Componentes.Terceros.DevExp.../internal/x.36/1/ExpressNavBar 2/Demos/CBuilder/NavBarDemosC6.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 = FeaturesDemoC6.exe AlphaBlendingDemoC6.exe DragDropDemoC6.exe GroupControlDemoC6.exe Office12ViewsDemoC6.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
FeaturesDemoC6.exe: FeaturesDemo\FeaturesDemoC6.bpr
$(MAKE)
AlphaBlendingDemoC6.exe: AlphaBlendingDemo\AlphaBlendingDemoC6.bpr
$(MAKE)
DragDropDemoC6.exe: DragDropDemo\DragDropDemoC6.bpr
$(MAKE)
GroupControlDemoC6.exe: GroupControlDemo\GroupControlDemoC6.bpr
$(MAKE)
Office12ViewsDemoC6.exe: Office12ViewsDemo\Office12ViewsDemoC6.bpr
$(MAKE)