LibraryDefinition.st
branchjv
changeset 17912 80eb31a5a622
parent 17911 a99f15c5efa5
child 17921 4069fe8e9039
--- a/LibraryDefinition.st	Thu Jan 19 11:46:00 2012 +0000
+++ b/LibraryDefinition.st	Sun Jan 22 23:07:15 2012 +0000
@@ -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,16 +700,17 @@
 !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 '
 !
 
 version_SVN
-    ^ '$Id: LibraryDefinition.st 10761 2012-01-19 11:46:00Z vranyj1 $'
+    ^ '$Id: LibraryDefinition.st 10763 2012-01-22 23:07:15Z vranyj1 $'
 ! !
 
 
 
+