23 Star 62 Fork 44

soar / WebFastReport

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
FastReport.bpg 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
隐龙 提交于 2014-10-15 23:28 . 发行版本,CVS迁入
#------------------------------------------------------------------------------
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 = FastReport.exe WebPrinterActiveX.ocx WebPrintDesigner.exe
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
FastReport.exe: FastReport\FastReport.dpr
$(DCC)
WebPrinterActiveX.ocx: WebPrinter\WebPrinterActiveX.dpr
$(DCC)
WebPrintDesigner.exe: WebPrintDesigner\WebPrintDesigner.dpr
$(DCC)
Delphi
1
https://gitee.com/secyaher/WebFastReport.git
git@gitee.com:secyaher/WebFastReport.git
secyaher
WebFastReport
WebFastReport
master

搜索帮助