# HG changeset patch # User Claus Gittinger # Date 1355236623 -3600 # Node ID 5cca03b658a41ad0be76868991b1af3c0f12b02d # Parent 94c64ad24577fdc86cbc80e55c5ca7ff502c094b librun no longer in prereq diff -r 94c64ad24577 -r 5cca03b658a4 bc.mak --- a/bc.mak Thu Dec 06 17:16:00 2012 +0100 +++ b/bc.mak Tue Dec 11 15:37:03 2012 +0100 @@ -1,4 +1,4 @@ -# $Header: /cvs/stx/stx/libtool/bc.mak,v 1.119 2012-07-26 12:06:46 vrany Exp $ +# $Header: /cvs/stx/stx/libtool/bc.mak,v 1.120 2012-12-11 14:37:03 cg Exp $ # # DO NOT EDIT # automagically generated from the projectDefinition: stx_libtool. @@ -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") @@ -65,7 +65,7 @@ pushd ..\libui & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " pushd ..\libwidg & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " pushd ..\libwidg2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " - pushd ..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) " +# pushd ..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "