*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 11:10:26 +0200
changeset 9632 415a35f8c6d3
parent 9631 e75ce0862247
child 9633 71846fd994e9
*** empty log message ***
LibraryDefinition.st
--- a/LibraryDefinition.st	Wed Aug 23 01:58:00 2006 +0200
+++ b/LibraryDefinition.st	Wed Aug 23 11:10:26 2006 +0200
@@ -274,7 +274,6 @@
 LOCALDEFINES=%(LOCAL_DEFINES)
 
 
-PACKAGE=$(MODULE):$(MODULE_DIR)
 STCLOCALOPT=''-package=$(PACKAGE)'' -I. $(LOCALINCLUDES) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) %(HEADEROUTPUTARG) %(COMMONSYMFLAG) -varPrefix=$(LIBNAME)
 
 
@@ -348,7 +347,7 @@
 
     "Created: / 08-08-2006 / 20:45:36 / fm"
     "Modified: / 09-08-2006 / 16:50:23 / fm"
-    "Modified: / 22-08-2006 / 23:59:49 / cg"
+    "Modified: / 23-08-2006 / 11:07:46 / cg"
 !
 
 make_dot_spec
@@ -370,6 +369,7 @@
 #  to find the source code of a class and to find the library for a package)
 MODULE=%(MODULE)
 MODULE_DIR=%(MODULE_DIRECTORY)
+PACKAGE=$(MODULE):$(MODULE_DIR)
 LIBNAME=%(LIBRARY_NAME)
 
 
@@ -410,7 +410,7 @@
 
     "Created: / 08-08-2006 / 19:31:29 / fm"
     "Modified: / 09-08-2006 / 15:10:57 / fm"
-    "Modified: / 18-08-2006 / 15:32:02 / cg"
+    "Modified: / 23-08-2006 / 11:07:34 / cg"
 !
 
 nt_dot_def
@@ -452,7 +452,6 @@
 
 LOCALINCLUDES=%(LOCAL_INCLUDES)
 
-PACKAGE=$(MODULE):$(MODULE_DIR)
 STCLOCALOPT=-package=$(PACKAGE) -I. $(LOCALINCLUDES) %(HEADEROUTPUTARG) $(STCLOCALOPTIMIZATIONS) $(STCWARNINGS) $(LOCALDEFINES) %(COMMONSYMFLAG) -varPrefix=$(LIBNAME)
 RESFILES=%(RESFILENAME)
 
@@ -472,7 +471,7 @@
 
     "Created: / 09-08-2006 / 11:44:20 / fm"
     "Modified: / 09-08-2006 / 19:59:32 / fm"
-    "Modified: / 23-08-2006 / 01:58:01 / cg"
+    "Modified: / 23-08-2006 / 11:07:30 / cg"
 !
 
 objectLine_make_dot_spec
@@ -629,7 +628,7 @@
      However, it also requires the librun to be rebuilt, whenever one of
      the commonSymbols-libs changes.
      Therefore, NEVER do this for end-user or application libraries;
-     ONLY do it for a subset of the predefined, exept-provided standard stx libraries"
+     ONLY do it for a subset of the predefined, eXept-provided standard stx libraries"
 
     (
         #(
@@ -645,6 +644,7 @@
     ^ ''
 
     "Created: / 18-08-2006 / 13:01:52 / cg"
+    "Modified: / 23-08-2006 / 09:48:11 / cg"
 !
 
 generateClassLines_libInit_dot_cc
@@ -993,5 +993,5 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.42 2006-08-22 23:58:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.43 2006-08-23 09:10:26 cg Exp $'
 ! !