1 Star 0 Fork 44

深圳如风/WebFastReport

forked from mxkings/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)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/jason156/WebFastReport.git
[email protected]:jason156/WebFastReport.git
jason156
WebFastReport
WebFastReport
master

搜索帮助