Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.bat 538 Bytes
Copy Edit Raw Blame History
zapline authored 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化