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

24 lines
936 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 = dxSpellCheckerD7.bpl dcldxSpellCheckerD7.bpl
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
dxSpellCheckerD7.bpl: ..\..\ExpressSpellChecker\Packages\dxSpellCheckerD7.dpk
$(DCC)
dcldxSpellCheckerD7.bpl: ..\..\ExpressSpellChecker\Packages\dcldxSpellCheckerD7.dpk
$(DCC)