git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@31 05c56307-c608-d34a-929d-697000501d7a
80 lines
2.4 KiB
Plaintext
80 lines
2.4 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 = DBBasedExplorer.exe DBTreeListReportLink.exe DBTreeReportLink.exe \
|
|
EQGrid4ReportLink.exe EQGridReportLink.exe FlowChartReportLink.exe \
|
|
InspectorReportLink.exe LayoutControlReportLink1.exe \
|
|
LayoutControlReporLink2.exe MasterViewReportLink.exe OrgChartReportLink.exe \
|
|
ReportExplorer.exe SchedulerLink.exe SpreadSheetRL.exe StandardReportLink.exe Styles.exe \
|
|
TeeChartReportLink.exe PivotGridReportLink.exe TreeListReportLink.exe
|
|
#------------------------------------------------------------------------------
|
|
default: $(PROJECTS)
|
|
#------------------------------------------------------------------------------
|
|
|
|
DBBasedExplorer.exe: DB ReportExplorer\DBBasedExplorer.dpr
|
|
$(DCC)
|
|
|
|
DBTreeListReportLink.exe: DBTreeListRL\DBTreeListReportLink.dpr
|
|
$(DCC)
|
|
|
|
DBTreeReportLink.exe: DBTreeRL\DBTreeReportLink.dpr
|
|
$(DCC)
|
|
|
|
EQGrid4ReportLink.exe: EQGrid4RL\EQGrid4ReportLink.dpr
|
|
$(DCC)
|
|
|
|
EQGridReportLink.exe: EQGridRL\EQGridReportLink.dpr
|
|
$(DCC)
|
|
|
|
FlowChartReportLink.exe: FlowChartRL\FlowChartReportLink.dpr
|
|
$(DCC)
|
|
|
|
InspectorReportLink.exe: InspectorRL\InspectorReportLink.dpr
|
|
$(DCC)
|
|
|
|
LayoutControlReportLink1.exe: LC LookAndFeel\LayoutControlReportLink1.dpr
|
|
$(DCC)
|
|
|
|
LayoutControlReporLink2.exe: LC MSMoneyStyle\LayoutControlReporLink2.dpr
|
|
$(DCC)
|
|
|
|
MasterViewReportLink.exe: MasterViewRL\MasterViewReportLink.dpr
|
|
$(DCC)
|
|
|
|
OrgChartReportLink.exe: OrgChartRL\OrgChartReportLink.dpr
|
|
$(DCC)
|
|
|
|
ReportExplorer.exe: ReportExplorer\ReportExplorer.dpr
|
|
$(DCC)
|
|
|
|
SchedulerLink.exe: SchedulerRL\SchedulerLink.dpr
|
|
$(DCC)
|
|
|
|
SpreadSheetRL.exe: SpreadSheetRL\SpreadSheetRL.dpr
|
|
$(DCC)
|
|
|
|
StandardReportLink.exe: StandardRL\StandardReportLink.dpr
|
|
$(DCC)
|
|
|
|
Styles.exe: StylesDemo\Styles.dpr
|
|
$(DCC)
|
|
|
|
TeeChartReportLink.exe: TeeChartRL\TeeChartReportLink.dpr
|
|
$(DCC)
|
|
|
|
PivotGridReportLink.exe: PivotGridRL\PivotGridReportLink.dpr
|
|
$(DCC)
|
|
|
|
TreeListReportLink.exe: TreeListRL\TreeListReportLink.dpr
|
|
$(DCC)
|
|
|
|
|