Componentes.Terceros.DevExp.../official/x.38/ExpressQuantumGrid 6/Demos/Delphi/GridDemos.bpg
2008-08-27 11:56:15 +00:00

164 lines
5.1 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 = ViewTableSimpleDemo.exe ViewBandedDemo.exe ViewBandedFixedDemo.exe \
ViewNestedBandsDemo.exe ViewCardSimpleDemo.exe ViewCardDemo.exe CardLayoutDemo.exe \
ViewChartDemo.exe ChartDataDrillingDemo.exe \
MasterDetailTableDemo.exe MasterDetailCardDemo.exe MasterDetailDemo.exe \
MasterDetailMultiDemo.exe MasterDetailChartDemo.exe \
UnboundSimpleDemo.exe UnboundListDemo.exe \
UnboundExternalDataDemo.exe UnboundDesignDefinedDemo.exe UnboundModeDemo.exe \
UnboundColumnsDemo.exe GridModeDemo.exe SummaryFooterDemo.exe \
SummaryGroupDemo.exe SummaryMultiDemo.exe FilterDemo.exe FilterByCodeDemo.exe \
FilterControlDemo.exe ColumnsSimpleDemo.exe EditorsInPlaceDemo.exe \
EditorsLookupDemo.exe EditorsMaskDemo.exe ColumnsMultiEditorsDemo.exe \
ColumnsShareDemo.exe StylesMultiDemo.exe StylesCardViewDemo.exe \
StylesSimpleDemo.exe CellLevelMultiselectDemo.exe CustomDrawTableViewDemo.exe \
CustomDrawCardViewDemo.exe Office11GroupRowStyleDemo.exe DragDropDemo.exe \
CustomRowHeightDemo.exe GridMenuViewsDemo.exe IssueList.exe EditorsStylesDemo.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
ColumnsMultiEditorsDemo.exe: ColumnsMultiEditorsDemo\ColumnsMultiEditorsDemo.dpr
$(DCC)
ColumnsShareDemo.exe: ColumnsShareDemo\ColumnsShareDemo.dpr
$(DCC)
ColumnsSimpleDemo.exe: ColumnsSimpleDemo\ColumnsSimpleDemo.dpr
$(DCC)
CustomDrawCardViewDemo.exe: CustomDrawCardViewDemo\CustomDrawCardViewDemo.dpr
$(DCC)
CustomDrawTableViewDemo.exe: CustomDrawTableViewDemo\CustomDrawTableViewDemo.dpr
$(DCC)
DragDropDemo.exe: DragDropDemo\DragDropDemo.dpr
$(DCC)
EditorsInPlaceDemo.exe: EditorsInPlaceDemo\EditorsInPlaceDemo.dpr
$(DCC)
EditorsLookupDemo.exe: EditorsLookupDemo\EditorsLookupDemo.dpr
$(DCC)
EditorsMaskDemo.exe: EditorsMaskDemo\EditorsMaskDemo.dpr
$(DCC)
EditorsStylesDemo.exe: EditorsStylesDemo\EditorsStylesDemo.dpr
$(DCC)
FilterByCodeDemo.exe: FilterByCodeDemo\FilterByCodeDemo.dpr
$(DCC)
FilterControlDemo.exe: FilterControlDemo\FilterControlDemo.dpr
$(DCC)
GridMenuViewsDemo.exe: GridMenuViewsDemo\GridMenuViewsDemo.dpr
$(DCC)
GridModeDemo.exe: GridModeDemo\GridModeDemo.dpr
$(DCC)
IssueList.exe: IssueList\IssueList.dpr
$(DCC)
MasterDetailCardDemo.exe: MasterDetailCardDemo\MasterDetailCardDemo.dpr
$(DCC)
MasterDetailDemo.exe: MasterDetailDemo\MasterDetailDemo.dpr
$(DCC)
MasterDetailMultiDemo.exe: MasterDetailMultiDemo\MasterDetailMultiDemo.dpr
$(DCC)
MasterDetailTableDemo.exe: MasterDetailTableDemo\MasterDetailTableDemo.dpr
$(DCC)
StylesCardViewDemo.exe: StylesCardViewDemo\StylesCardViewDemo.dpr
$(DCC)
StylesMultiDemo.exe: StylesMultiDemo\StylesMultiDemo.dpr
$(DCC)
StylesSimpleDemo.exe: StylesSimpleDemo\StylesSimpleDemo.dpr
$(DCC)
SummaryFooterDemo.exe: SummaryFooterDemo\SummaryFooterDemo.dpr
$(DCC)
SummaryGroupDemo.exe: SummaryGroupDemo\SummaryGroupDemo.dpr
$(DCC)
SummaryMultiDemo.exe: SummaryMultiDemo\SummaryMultiDemo.dpr
$(DCC)
UnboundExternalDataDemo.exe: UnboundExternalDataDemo\UnboundExternalDataDemo.dpr
$(DCC)
UnboundModeDemo.exe: UnboundModeDemo\UnboundModeDemo.dpr
$(DCC)
UnboundSimpleDemo.exe: UnboundSimpleDemo\UnboundSimpleDemo.dpr
$(DCC)
ViewBandedDemo.exe: ViewBandedDemo\ViewBandedDemo.dpr
$(DCC)
ViewBandedFixedDemo.exe: ViewBandedFixedDemo\ViewBandedFixedDemo.dpr
$(DCC)
ViewCardSimpleDemo.exe: ViewCardSimpleDemo\ViewCardSimpleDemo.dpr
$(DCC)
ViewTableSimpleDemo.exe: ViewTableSimpleDemo\ViewTableSimpleDemo.dpr
$(DCC)
CellLevelMultiselectDemo.exe: CellLevelMultiselectDemo\CellLevelMultiselectDemo.dpr
$(DCC)
CustomRowHeightDemo.exe: CustomRowHeightDemo\CustomRowHeightDemo.dpr
$(DCC)
Office11GroupRowStyleDemo.exe: Office11GroupRowStyleDemo\Office11GroupRowStyleDemo.dpr
$(DCC)
UnboundColumnsDemo.exe: UnboundColumnsDemo\UnboundColumnsDemo.dpr
$(DCC)
UnboundDesignDefinedDemo.exe: UnboundDesignDefinedDemo\UnboundDesignDefinedDemo.dpr
$(DCC)
ViewCardDemo.exe: ViewCardDemo\ViewCardDemo.dpr
$(DCC)
ViewNestedBandsDemo.exe: ViewNestedBandsDemo\ViewNestedBandsDemo.dpr
$(DCC)
UnboundListDemo.exe: UnboundListDemo\UnboundListDemo.dpr
$(DCC)
ViewChartDemo.exe: ViewChartDemo\ViewChartDemo.dpr
$(DCC)
MasterDetailChartDemo.exe: MasterDetailChartDemo\MasterDetailChartDemo.dpr
$(DCC)
CardLayoutDemo.exe: CardLayoutDemo\CardLayoutDemo.dpr
$(DCC)
ChartDataDrillingDemo.exe: ChartDataDrillingDemo\ChartDataDrillingDemo.dpr
$(DCC)
FilterDemo.exe: FilterDemo\FilterDemo.dpr
$(DCC)