LibraryDefinition.st
changeset 13784 64c593e788bd
parent 13783 c8611cfbbba5
child 13788 4a5f3341c8da
--- a/LibraryDefinition.st	Fri Oct 07 21:21:36 2011 +0200
+++ b/LibraryDefinition.st	Fri Oct 07 21:23:11 2011 +0200
@@ -283,9 +283,9 @@
 #    bmake clobber - clean all
 #
 # Historic Note:
-#    this used to contain only rules to make with borland 
+#  this used to contain only rules to make with borland 
 #    (called via bmake, by "make.exe -f bc.mak")
-#    this has changed; it is now also possible to build using microsoft visual c
+#  this has changed; it is now also possible to build using microsoft visual c
 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
 #
 TOP=%(TOP)
@@ -330,7 +330,7 @@
 
     "Created: / 09-08-2006 / 11:44:20 / fm"
     "Modified: / 09-08-2006 / 19:59:32 / fm"
-    "Modified: / 27-09-2011 / 19:33:19 / cg"
+    "Modified: / 07-10-2011 / 21:22:58 / cg"
 !
 
 extensionLine_libInit_dot_cc
@@ -699,9 +699,9 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.104 2011-10-07 19:21:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.105 2011-10-07 19:23:11 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.104 2011-10-07 19:21:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.105 2011-10-07 19:23:11 cg Exp $'
 ! !