LibraryDefinition.st
branchjv
changeset 17864 e6010e48defb
parent 17862 8a8ae3107950
child 17865 598963c6ff8e
--- a/LibraryDefinition.st	Wed Sep 28 13:33:14 2011 +0100
+++ b/LibraryDefinition.st	Wed Sep 28 13:46:37 2011 +0100
@@ -270,18 +270,23 @@
 '# $','Header','$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: ',self name,'.
+# automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
 #
 # 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).
+# This file contains make rules for the win32 platform (using borland-bcc or visual-c).
 # It shares common definitions with the unix-make in Make.spec.
 # The nt.mak supports the following targets:
 #    bmake         - compile all st-files to a classLib (dll)
 #    bmake clean   - clean all temp files
 #    bmake clobber - clean all
 #
+# Historic Note:
+#    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
+#    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
 #
 TOP=%(TOP)
 INCLUDE_TOP=$(TOP)\..
@@ -325,7 +330,7 @@
 
     "Created: / 09-08-2006 / 11:44:20 / fm"
     "Modified: / 09-08-2006 / 19:59:32 / fm"
-    "Modified: / 12-09-2011 / 15:44:53 / cg"
+    "Modified: / 27-09-2011 / 19:33:19 / cg"
 !
 
 extensionLine_libInit_dot_cc
@@ -385,7 +390,7 @@
 '# $','Header','$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: ',self name,'.
+# automagically generated from the projectDefinition: ',self name,' at ',Timestamp now printString,'.
 #
 # Warning: once you modify this file, do not rerun
 # stmkmp or projectDefinition-build again - otherwise, your changes are lost.
@@ -508,7 +513,7 @@
     "Created: / 08-08-2006 / 20:45:36 / fm"
     "Modified: / 09-08-2006 / 16:50:23 / fm"
     "Modified: / 24-06-2009 / 21:39:29 / Jan Vrany <vranyj1@fel.cvut.cz>"
-    "Modified: / 12-09-2011 / 15:45:09 / cg"
+    "Modified: / 27-09-2011 / 19:33:48 / cg"
 !
 
 vc_dot_def
@@ -693,10 +698,11 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LibraryDefinition.st 10690 2011-09-20 10:11:19Z vranyj1 $'
+    ^ '$Id: LibraryDefinition.st 10694 2011-09-28 12:46:37Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.101 2011/09/12 14:15:41 cg Exp '
+    ^ 'Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.103 2011/09/27 17:36:26 cg Exp '
 ! !
 
+