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

31 lines
1.2 KiB
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 = cxTreeListD11.bpl cxTreeListdxBarPopupMenuD11.bpl dclcxTreeListD11.bpl \
dclcxTreeListdxBarPopupMenuD11.bpl
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
cxTreeListD11.bpl: ..\..\ExpressQuantumTreeList 5\Packages\cxTreeListD11.dpk
$(DCC)
cxTreeListdxBarPopupMenuD11.bpl: ..\..\ExpressQuantumTreeList 5\Packages\cxTreeListdxBarPopupMenuD11.dpk
$(DCC)
dclcxTreeListD11.bpl: ..\..\ExpressQuantumTreeList 5\Packages\dclcxTreeListD11.dpk
$(DCC)
dclcxTreeListdxBarPopupMenuD11.bpl: ..\..\ExpressQuantumTreeList 5\Packages\dclcxTreeListdxBarPopupMenuD11.dpk
$(DCC)