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:
ramiro%netscape.com
1998-11-02 14:28:32 +00:00
parent 54e5227fce
commit ef83d32fa5
6 changed files with 14 additions and 4 deletions

View File

@@ -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

View File

@@ -30,7 +30,7 @@ else
ifeq ($(USE_NGLAYOUT_GTK),1)
DIRS = gtk
else
DIRS = unix
DIRS = motif
endif
endif

View File

@@ -17,7 +17,7 @@
DEPTH = ../../..
LIBRARY_NAME = gmbaseunix
LIBRARY_NAME = gmbasemotif
MODULE = raptor

View File

@@ -22,7 +22,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
LIBRARY_NAME = gmbaseunix
LIBRARY_NAME = gmbasemotif
MODULE = raptor

View 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