63 Star 120 Fork 66

zapline / ZPublic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.bat 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
zapline 提交于 2013-11-12 22:51 . * A姐的编译机显灵了...
@echo off
@echo =
@echo ================ Build Client =================
@echo =
@echo =
"%VS11PATH%\devenv.com" .\sln\base.sln /rebuild "Release"
if ERRORLEVEL 1 exit /b 1
@echo =
@echo =
@echo ================ Copy File =================
@echo =
@echo =
copy .\sln\Release\test_basic.exe .\
copy .\sln\Release\test_pellets.exe .\
@echo =
@echo =
@echo ================ Unit Test =================
@echo =
@echo =
".\test_basic.exe"
".\test_pellets.exe"
@echo =
@echo =
@echo ================ End~~ =================
@echo =
@exit /b 0
C++
1
https://gitee.com/zapline/ZPublic.git
git@gitee.com:zapline/ZPublic.git
zapline
ZPublic
ZPublic
master

搜索帮助