13 Star 34 Fork 18

zqw / MultiServicer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
综合服务器.bpg 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
zqw 提交于 2014-08-09 15:02 . 第一次提交
#------------------------------------------------------------------------------
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 = WefeelServer.exe SMSPlugin.dll TDOA_SMS.dll MonitorAutoPlugin.dll
#------------------------------------------------------------------------------
default: $(PROJECTS)
#------------------------------------------------------------------------------
SMSPlugin.dll: 通用短信插件\SMSPlugin.dpr
$(DCC)
WefeelServer.exe: 通用服务器\WefeelServer.dpr
$(DCC)
TDOA_SMS.dll: 通达串口短信插件\TDOA_SMS.dpr
$(DCC)
MonitorAutoPlugin.dll: 监视通达短信自动插件\MonitorAutoPlugin.dpr
$(DCC)
Delphi
1
https://gitee.com/zqw/MultiServicer.git
git@gitee.com:zqw/MultiServicer.git
zqw
MultiServicer
MultiServicer
master

搜索帮助