# HG changeset patch # User Claus Gittinger # Date 1355236622 -3600 # Node ID 85169703004ec3ce482305b05a9bec72a1587d6c # Parent b3a69699d99699db24cd113584dfed680b6f4428 librun no longer in prereq diff -r b3a69699d996 -r 85169703004e bc.mak --- a/bc.mak Sat Dec 01 16:10:15 2012 +0100 +++ b/bc.mak Tue Dec 11 15:37:02 2012 +0100 @@ -1,4 +1,4 @@ -# $Header: /cvs/stx/stx/goodies/petitparser/bc.mak,v 1.4 2012-05-04 22:18:31 vrany Exp $ +# $Header: /cvs/stx/stx/goodies/petitparser/bc.mak,v 1.5 2012-12-11 14:37:02 cg Exp $ # # DO NOT EDIT # automagically generated from the projectDefinition: stx_goodies_petitparser. @@ -15,7 +15,7 @@ # bmake clobber - clean all # # Historic Note: -# this used to contain only rules to make with borland +# 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") @@ -55,7 +55,7 @@ pushd ..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " pushd ..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " pushd ..\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " - pushd ..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " +# pushd ..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " diff -r b3a69699d996 -r 85169703004e devtools/bc.mak --- a/devtools/bc.mak Sat Dec 01 16:10:15 2012 +0100 +++ b/devtools/bc.mak Tue Dec 11 15:37:02 2012 +0100 @@ -1,4 +1,4 @@ -# $Header: /cvs/stx/stx/goodies/petitparser/devtools/bc.mak,v 1.1 2012-05-05 14:50:45 vrany Exp $ +# $Header: /cvs/stx/stx/goodies/petitparser/devtools/bc.mak,v 1.2 2012-12-11 14:37:02 cg Exp $ # # DO NOT EDIT # automagically generated from the projectDefinition: stx_goodies_petitparser_devtools. @@ -15,7 +15,7 @@ # bmake clobber - clean all # # Historic Note: -# this used to contain only rules to make with borland +# 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") @@ -56,7 +56,7 @@ pushd ..\..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " pushd ..\..\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " pushd .. & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " - pushd ..\..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " +# pushd ..\..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "