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