#------------------------------------------------------------------------------ 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 = BandedDemo.exe BandedFixedDemo.exe CustomDrawDemo.exe \ EditorsInPlaceDemo.exe SimpleListDemo.exe SimpleTreeDemo.exe \ StylesMultiDemo.exe StylesSimpleDemo.exe SummariesDemo.exe UnboundModeDemo.exe \ ProviderModeDemo.exe DragDropDemo.exe ColumnsMultiEditorsDemo.exe \ ConvertTreeList3Demo.exe EditorsLookupDemo.exe EditorsMaskDemo.exe #------------------------------------------------------------------------------ default: $(PROJECTS) #------------------------------------------------------------------------------ BandedDemo.exe: BandedDemo\BandedDemo.dpr $(DCC) BandedFixedDemo.exe: BandedFixedDemo\BandedFixedDemo.dpr $(DCC) CustomDrawDemo.exe: CustomDrawDemo\CustomDrawDemo.dpr $(DCC) EditorsInPlaceDemo.exe: EditorsInPlaceDemo\EditorsInPlaceDemo.dpr $(DCC) SimpleListDemo.exe: SimpleListDemo\SimpleListDemo.dpr $(DCC) SimpleTreeDemo.exe: SimpleTreeDemo\SimpleTreeDemo.dpr $(DCC) StylesMultiDemo.exe: StylesMultiDemo\StylesMultiDemo.dpr $(DCC) StylesSimpleDemo.exe: StylesSimpleDemo\StylesSimpleDemo.dpr $(DCC) SummariesDemo.exe: SummariesDemo\SummariesDemo.dpr $(DCC) UnboundModeDemo.exe: UnboundModeDemo\UnboundModeDemo.dpr $(DCC) ProviderModeDemo.exe: ProviderModeDemo\ProviderModeDemo.dpr $(DCC) DragDropDemo.exe: DragDropDemo\DragDropDemo.dpr $(DCC) ColumnsMultiEditorsDemo.exe: ColumnsMultiEditorsDemo\ColumnsMultiEditorsDemo.dpr $(DCC) ConvertTreeList3Demo.exe: ConvertTreeList3Demo\ConvertTreeList3Demo.dpr $(DCC) EditorsLookupDemo.exe: EditorsLookupDemo\EditorsLookupDemo.dpr $(DCC) EditorsMaskDemo.exe: EditorsMaskDemo\EditorsMaskDemo.dpr $(DCC)