Componentes.Terceros.DevExp.../internal/x.36/1/ExpressNavBar 2/Demos/CBuilder/NavBarDemosC10.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 = FeaturesDemoC10.exe AlphaBlendingDemoC10.exe DragDropDemoC10.exe GroupControlDemoC10.exe Office12ViewsDemoC10.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
FeaturesDemoC10.exe: FeaturesDemo\FeaturesDemoC10.bpr
$(MAKE)
AlphaBlendingDemoC10.exe: AlphaBlendingDemo\AlphaBlendingDemoC10.bpr
$(MAKE)
DragDropDemoC10.exe: DragDropDemo\DragDropDemoC10.bpr
$(MAKE)
GroupControlDemoC10.exe: GroupControlDemo\GroupControlDemoC10.bpr
$(MAKE)
Office12ViewsDemoC10.exe: Office12ViewsDemo\Office12ViewsDemoC10.bpr
$(MAKE)