[Ocs-comps-commits] OCS2/Samples/VCL/AddinManager Simple.bpg,NONE,1.1
Brought to you by:
tectsoft
|
From: Si C. <tec...@us...> - 2005-11-21 10:33:47
|
Update of /cvsroot/ocs-comps/OCS2/Samples/VCL/AddinManager In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10593/Samples/VCL/AddinManager Added Files: Simple.bpg Log Message: Initially added to source control --- NEW FILE: Simple.bpg --- #------------------------------------------------------------------------------ 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 = SimpleAddinManager.exe sysinf.dll Web.dll #------------------------------------------------------------------------------ default: $(PROJECTS) #------------------------------------------------------------------------------ SimpleAddinManager.exe: Simple\SimpleAddinManager.dpr $(DCC) sysinf.dll: Simple\Plugins\SysInfo\sysinf.dpr $(DCC) Web.dll: Simple\Plugins\Web\Web.dpr $(DCC) |