Componentes.Terceros.DevExp.../official/x.30/ExpressSpreadSheet/Demos/CBuilder/ESSdemosC10.bpg
2007-12-16 17:06:54 +00:00

31 lines
1.0 KiB
Plaintext

#------------------------------------------------------------------------------
VERSION = BWS.01
#------------------------------------------------------------------------------
!ifndef ROOT
ROOT = $(MAKEDIR)\..
!endif
#------------------------------------------------------------------------------
MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
DCC = $(ROOT)\bin\dcc32.exe $**
BRCC = $(ROOT)\bin\brcc32.exe $**
#------------------------------------------------------------------------------
PROJECTS = FeaturesDemoC10.exe StocksC10.exe FlyingC10.exe CustomFunctionC10.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
CustomFunctionC10.exe: CustomFunctionDemo\CustomFunctionC10.bpr
$(MAKE)
FeaturesDemoC10.exe: FeaturesDemo\FeaturesDemoC10.bpr
$(MAKE)
StocksC10.exe: StocksDemo\StocksC10.bpr
$(MAKE)
FlyingC10.exe: FlyingDemo\FlyingC10.bpr
$(MAKE)