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

24 lines
956 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 = dxLayoutControlD14.bpl dcldxLayoutControlD14.bpl
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
dxLayoutControlD14.bpl: ..\..\ExpressLayout Control 2\Packages\dxLayoutControlD14.dpk
$(DCC)
dcldxLayoutControlD14.bpl: ..\..\ExpressLayout Control 2\Packages\dcldxLayoutControlD14.dpk
$(DCC)