LibraryDefinition.st
changeset 13951 f4528d257651
parent 13788 4a5f3341c8da
child 13984 91b15932608f
--- a/LibraryDefinition.st	Thu Jan 19 17:27:09 2012 +0100
+++ b/LibraryDefinition.st	Fri Jan 20 12:24:54 2012 +0100
@@ -275,9 +275,10 @@
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
 #
-# This file contains make rules for the win32 platform (using borland-bcc or visual-c).
+# Notice, that the name bc.mak is historical (from times, when only borland c was supported).
+# This file contains make rules for the win32 platform using either borland-bcc or visual-c.
 # It shares common definitions with the unix-make in Make.spec.
-# The nt.mak supports the following targets:
+# The bc.mak supports the following targets:
 #    bmake         - compile all st-files to a classLib (dll)
 #    bmake clean   - clean all temp files
 #    bmake clobber - clean all
@@ -330,7 +331,7 @@
 
     "Created: / 09-08-2006 / 11:44:20 / fm"
     "Modified: / 09-08-2006 / 19:59:32 / fm"
-    "Modified: / 07-10-2011 / 21:22:58 / cg"
+    "Modified: / 20-01-2012 / 12:18:24 / cg"
 !
 
 extensionLine_libInit_dot_cc
@@ -699,9 +700,9 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.106 2011-10-07 22:48:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.107 2012-01-20 11:24:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.106 2011-10-07 22:48:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.107 2012-01-20 11:24:54 cg Exp $'
 ! !