Componentes.Terceros.DevExp.../official/x.38/ExpressSpreadSheet/Demos/CBuilder/ESSdemosC5.bpg
2008-08-27 11:56:15 +00:00

31 lines
1017 B
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 = FeaturesDemoC5.exe StocksC5.exe FlyingC5.exe CustomFunctionC5.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
CustomFunctionC5.exe: CustomFunctionDemo\CustomFunctionC5.bpr
$(MAKE)
FeaturesDemoC5.exe: FeaturesDemo\FeaturesDemoC5.bpr
$(MAKE)
StocksC5.exe: StocksDemo\StocksC5.bpr
$(MAKE)
FlyingC5.exe: FlyingDemo\FlyingC5.bpr
$(MAKE)