Componentes.Terceros.DevExp.../internal/x.48/1/Install/Delphi2007/D11_19_QuantumGrid6.bpg
2010-01-18 18:37:26 +00:00

24 lines
896 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 = cxGridD11.bpl dclcxGridD11.bpl
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
cxGridD11.bpl: ..\..\ExpressQuantumGrid 6\Packages\cxGridD11.dpk
$(DCC)
dclcxGridD11.bpl: ..\..\ExpressQuantumGrid 6\Packages\dclcxGridD11.dpk
$(DCC)