1 Star 0 Fork 0

开心乐园 / Eluna-CMaNGOS-TBC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
createprojects.bat 144 Bytes
一键复制 编辑 原始数据 按行查看 历史
cipherCOM 提交于 2011-02-17 13:20 . [s0826] Added CMake support
@ECHO off
mkdir build
cd build
if %1!==! goto without
cmake .. -G %1
if errorlevel 1 call cmake --help
goto end
:without
cmake ..
:end
cd ..
C++
1
https://gitee.com/xxx4311119/Eluna-CMaNGOS-TBC.git
git@gitee.com:xxx4311119/Eluna-CMaNGOS-TBC.git
xxx4311119
Eluna-CMaNGOS-TBC
Eluna-CMaNGOS-TBC
master

搜索帮助