Move the 'unix' nsTimer to 'motif'.
git-svn-id: svn://10.0.0.236/trunk@13869 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -22,7 +22,11 @@ DEFINES =-D_IMPL_NS_BASE
|
||||
ifeq ($(OS_TARGET),Rhapsody)
|
||||
DIRS = rhapsody
|
||||
else
|
||||
DIRS = unix
|
||||
ifeq ($(USE_NGLAYOUT_GTK),1)
|
||||
DIRS = gtk
|
||||
else
|
||||
DIRS = motif
|
||||
endif
|
||||
endif
|
||||
|
||||
LIBRARY_NAME = raptorbase
|
||||
|
||||
@@ -30,7 +30,7 @@ else
|
||||
ifeq ($(USE_NGLAYOUT_GTK),1)
|
||||
DIRS = gtk
|
||||
else
|
||||
DIRS = unix
|
||||
DIRS = motif
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
DEPTH = ../../..
|
||||
|
||||
LIBRARY_NAME = gmbaseunix
|
||||
LIBRARY_NAME = gmbasemotif
|
||||
|
||||
MODULE = raptor
|
||||
|
||||
@@ -22,7 +22,7 @@ VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
LIBRARY_NAME = gmbaseunix
|
||||
LIBRARY_NAME = gmbasemotif
|
||||
|
||||
MODULE = raptor
|
||||
|
||||
6
mozilla/base/src/unix/README
Normal file
6
mozilla/base/src/unix/README
Normal file
@@ -0,0 +1,6 @@
|
||||
This directory is obsolote.
|
||||
|
||||
The nsTimer files that used to live here have been moved to ../motif
|
||||
in order to allow for multiple unix toolkits.
|
||||
|
||||
ramiro@netscape.com 11-02-1998
|
||||
Reference in New Issue
Block a user