nt makefiles.
authorClaus Gittinger <cg@exept.de>
Wed, 19 Jan 2000 16:59:59 +0100
changeset 5196 395147c4e481
parent 5195 de5ab488050b
child 5197 14331ce13d51
nt makefiles.
Project.st
--- a/Project.st	Tue Jan 18 15:34:46 2000 +0100
+++ b/Project.st	Wed Jan 19 16:59:59 2000 +0100
@@ -2052,7 +2052,7 @@
 # ********** REQUIRED: CHECK the next line ***
 LIBNAME=' , self libraryName , '
 
-LIB_BASE   =0x05000000
+#### LIB_BASE   =0x05000000
 
 # the next define suppresses installation of 
 # the classes as autoloaded (i.e. not added to abbrev.stc). 
@@ -2266,7 +2266,7 @@
 
     s close
 
-    "Modified: / 20.12.1999 / 22:11:10 / cg"
+    "Modified: / 19.1.2000 / 16:55:34 / cg"
 !
 
 createProjectFiles
@@ -3547,6 +3547,6 @@
 !Project class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.143 2000-01-14 10:38:35 ps Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Project.st,v 1.144 2000-01-19 15:59:59 cg Exp $'
 ! !
 Project initialize!