Componentes.Terceros.jvcl/official/3.32/examples/JediSurveyor/JediSurveyor.bpg

30 lines
889 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 = sc.exe jsb.exe js.exe jsr.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
js.exe: Surveyor\js.dpr
$(DCC)
jsb.exe: Builder\jsb.dpr
$(DCC)
jsr.exe: Reporter\jsr.dpr
$(DCC)
sc.exe: SurveyConvert\sc.dpr
$(DCC)