1 Star 0 Fork 1

wycjl/AirSim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
clean.cmd 381 Bytes
一键复制 编辑 原始数据 按行查看 历史
Shital Shah 提交于 2018-04-30 14:02 . remove rd external from clean.cmd
rd /s/q AirLib\lib
rd /s/q AirLib\deps\MavLinkCom
rd /s/q AirLib\deps\rpclib
rd /s/q external\rpclib\build
msbuild /p:Platform=x64 /p:Configuration=Debug AirSim.sln /t:Clean
if ERRORLEVEL 1 goto :buildfailed
msbuild /p:Platform=x64 /p:Configuration=Release AirSim.sln /t:Clean
if ERRORLEVEL 1 goto :buildfailed
goto :eof
:buildfailed
echo #### Build failed
goto :eof
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/19910509/AirSim.git
git@gitee.com:19910509/AirSim.git
19910509
AirSim
AirSim
master

搜索帮助