Rev 2263 | 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 = TxnTestManager.exe#------------------------------------------------------------------------------default: $(PROJECTS)#------------------------------------------------------------------------------TxnTestManager.exe: TxnTestManager.bpr$(ROOT)\bin\bpr2mak $**$(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak