changed: #bc_dot_mak
authorClaus Gittinger <cg@exept.de>
Tue, 27 Sep 2011 18:39:52 +0200
changeset 13729 af86d0e06956
parent 13728 23c2d52f10da
child 13730 b716def03e6a
changed: #bc_dot_mak
LibraryDefinition.st
--- a/LibraryDefinition.st	Tue Sep 27 18:21:53 2011 +0200
+++ b/LibraryDefinition.st	Tue Sep 27 18:39:52 2011 +0200
@@ -275,13 +275,18 @@
 # 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 / 18:39:31 / cg"
 !
 
 extensionLine_libInit_dot_cc
@@ -693,9 +698,9 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$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.102 2011-09-27 16:39:52 cg Exp $'
 !
 
 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.102 2011-09-27 16:39:52 cg Exp $'
 ! !