#------------------------------------------------------------------------------ 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)