automatically generated by browser
authorJan Vrany <jan.vrany@fit.cvut.cz>
Sat, 01 Oct 2011 13:32:31 +0200
changeset 914 44c9f95b7a8e
parent 913 8a984042de1b
child 915 0ce7b806c38c
automatically generated by browser
bc.mak
--- a/bc.mak	Sat Oct 01 13:32:07 2011 +0200
+++ b/bc.mak	Sat Oct 01 13:32:31 2011 +0200
@@ -1,18 +1,23 @@
 # $Header$
 #
 # DO NOT EDIT
-# automagically generated from the projectDefinition: stx_libsvn.
+# automagically generated from the projectDefinition: stx_libsvn at 2011-10-01 12:31:30.869.
 #
 # 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=..
 INCLUDE_TOP=$(TOP)\..
@@ -66,6 +71,7 @@
 
 
 
+
 # BEGINMAKEDEPEND --- do not remove this line; make depend needs it
 $(OUTDIR)SVN__Branch.$(O) SVN__Branch.$(H): SVN__Branch.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 $(OUTDIR)SVN__BranchQuery.$(O) SVN__BranchQuery.$(H): SVN__BranchQuery.st $(INCLUDE_TOP)\stx\libbasic\Query.$(H) $(INCLUDE_TOP)\stx\libbasic\Notification.$(H) $(INCLUDE_TOP)\stx\libbasic\GenericException.$(H) $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)