Componentes.Terceros.jvcl/official/3.32/examples/JvPlugin/6PluginPackage/PluginPackage.bpg

24 lines
839 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 = JvPlgMainApp.exe plgTest.bpl
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
JvPlgMainApp.exe: PlgMainApp\JvPlgMainApp.dpr
$(DCC)
plgTest.bpl: PlgPlugin\plgTest.dpk
$(DCC)