Componentes.Terceros.DevExp.../internal/x.36/1/ExpressNavBar 2/Demos/CBuilder/NavBarDemosC5.bpg
2008-09-04 11:31:51 +00:00

32 lines
1.2 KiB
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 = FeaturesDemoC5.exe AlphaBlendingDemoC5.exe DragDropDemoC5.exe GroupControlDemoC5.exe Office12ViewsDemoC5.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
FeaturesDemoC5.exe: FeaturesDemo\FeaturesDemoC5.bpr
$(MAKE)
AlphaBlendingDemoC5.exe: AlphaBlendingDemo\AlphaBlendingDemoC5.bpr
$(MAKE)
DragDropDemoC5.exe: DragDropDemo\DragDropDemoC5.bpr
$(MAKE)
GroupControlDemoC5.exe: GroupControlDemo\GroupControlDemoC5.bpr
$(MAKE)
Office12ViewsDemoC5.exe: Office12ViewsDemo\Office12ViewsDemoC5.bpr
$(MAKE)