git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@55 05c56307-c608-d34a-929d-697000501d7a
31 lines
1.2 KiB
Plaintext
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 = cxTreeListD12.bpl cxTreeListdxBarPopupMenuD12.bpl dclcxTreeListD12.bpl \
|
|
dclcxTreeListdxBarPopupMenuD12.bpl
|
|
#------------------------------------------------------------------------------
|
|
default: $(PROJECTS)
|
|
#------------------------------------------------------------------------------
|
|
|
|
cxTreeListD12.bpl: ..\..\ExpressQuantumTreeList 5\Packages\cxTreeListD12.dpk
|
|
$(DCC)
|
|
|
|
cxTreeListdxBarPopupMenuD12.bpl: ..\..\ExpressQuantumTreeList 5\Packages\cxTreeListdxBarPopupMenuD12.dpk
|
|
$(DCC)
|
|
|
|
dclcxTreeListD12.bpl: ..\..\ExpressQuantumTreeList 5\Packages\dclcxTreeListD12.dpk
|
|
$(DCC)
|
|
|
|
dclcxTreeListdxBarPopupMenuD12.bpl: ..\..\ExpressQuantumTreeList 5\Packages\dclcxTreeListdxBarPopupMenuD12.dpk
|
|
$(DCC)
|
|
|
|
|