bc.mak
changeset 97 85169703004e
parent 61 066e9c4a668d
child 139 0a3e652aef8f
equal deleted inserted replaced
96:b3a69699d996 97:85169703004e
     1 # $Header: /cvs/stx/stx/goodies/petitparser/bc.mak,v 1.4 2012-05-04 22:18:31 vrany Exp $
     1 # $Header: /cvs/stx/stx/goodies/petitparser/bc.mak,v 1.5 2012-12-11 14:37:02 cg Exp $
     2 #
     2 #
     3 # DO NOT EDIT
     3 # DO NOT EDIT
     4 # automagically generated from the projectDefinition: stx_goodies_petitparser.
     4 # automagically generated from the projectDefinition: stx_goodies_petitparser.
     5 #
     5 #
     6 # Warning: once you modify this file, do not rerun
     6 # Warning: once you modify this file, do not rerun
    13 #    bmake         - compile all st-files to a classLib (dll)
    13 #    bmake         - compile all st-files to a classLib (dll)
    14 #    bmake clean   - clean all temp files
    14 #    bmake clean   - clean all temp files
    15 #    bmake clobber - clean all
    15 #    bmake clobber - clean all
    16 #
    16 #
    17 # Historic Note:
    17 # Historic Note:
    18 #  this used to contain only rules to make with borland 
    18 #  this used to contain only rules to make with borland
    19 #    (called via bmake, by "make.exe -f bc.mak")
    19 #    (called via bmake, by "make.exe -f bc.mak")
    20 #  this has changed; it is now also possible to build using microsoft visual c
    20 #  this has changed; it is now also possible to build using microsoft visual c
    21 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
    21 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
    22 #
    22 #
    23 TOP=..\..
    23 TOP=..\..
    53 	pushd ..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    53 	pushd ..\..\libbasic & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    54 	pushd ..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    54 	pushd ..\..\libbasic2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    55 	pushd ..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    55 	pushd ..\..\libview & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    56 	pushd ..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    56 	pushd ..\..\libview2 & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    57 	pushd ..\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    57 	pushd ..\sunit & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    58 	pushd ..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    58 #        pushd ..\..\librun & $(MAKE_BAT) "CFLAGS_LOCAL=$(GLOBALDEFINES) "
    59 
    59 
    60 
    60 
    61 
    61 
    62 
    62 
    63 
    63