Componentes.Terceros.DevExp.../official/x.48/Install/Delphi2007/D11_13_FlowChart.bpg
2010-01-18 18:33:24 +00:00

24 lines
918 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 = dxFlowChartD11.bpl dcldxFlowChartD11.bpl
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
dxFlowChartD11.bpl: ..\..\ExpressFlowChart\Packages\dxFlowChartD11.dpk
$(DCC)
dcldxFlowChartD11.bpl: ..\..\ExpressFlowChart\Packages\dcldxFlowChartD11.dpk
$(DCC)