1 Star 2 Fork 49

V刀刃/op

forked from DeepFire/op 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkRelease.bat 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
gamegrd 提交于 2021-05-07 22:50 . fix cmake environment
@ECHO OFF
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" amd64
Title Release
:BEGIN
mkdir build
cd build
mkdir Release
cd Release
cmake -DCMAKE_BUILD_TYPE=Release ..\..\ -G"NMake Makefiles"
nmake
cd ..\..\
echo %cd%
echo pause
echo goto :BEGIN
echo ========================OK====================
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/vdaoren/op.git
git@gitee.com:vdaoren/op.git
vdaoren
op
op
master

搜索帮助