Rev 2218 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#------------------------------------------------------------------------------VERSION = BWS.01#------------------------------------------------------------------------------!ifndef ROOTROOT = $(MAKEDIR)\..!endif#------------------------------------------------------------------------------MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**DCC = $(ROOT)\bin\dcc32.exe $**BRCC = $(ROOT)\bin\brcc32.exe $**#------------------------------------------------------------------------------PROJECTS = GridTest.exe#------------------------------------------------------------------------------default: $(PROJECTS)#------------------------------------------------------------------------------GridTest.exe: GridTest.bpr$(ROOT)\bin\bpr2mak $**$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak