1 Star 1 Fork 3

wecooperate/iMonitorSDK

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.bat 884 Bytes
一键复制 编辑 原始数据 按行查看 历史
iMonitor 提交于 2022-08-27 17:01 +08:00 . 2.0.0
@ECHO OFF & PUSHD %~DP0
:Menu
Echo.&Echo 1.GenerateSolution
Echo.&Echo 2.BuildDebug32
Echo.&Echo 3.BuildRelease32
Echo.&Echo 4.BuildDebug64
Echo.&Echo 5.BuildRelease64
Echo.&Echo.
set /p a=Input Number:
If Not "%a%"=="" Set a=%a:~0,1%
If "%a%"=="1" Goto GenerateSolution
If "%a%"=="2" Goto BuildDebug32
If "%a%"=="3" Goto BuildRelease32
If "%a%"=="4" Goto BuildDebug64
If "%a%"=="5" Goto BuildRelease64
Exit
:GenerateSolution
cmake -G "Visual Studio 17 2022" -A "x64" -T "v141_xp" sample/CMakeLists.txt -B build/64
cmake -G "Visual Studio 17 2022" -A "Win32" -T "v141_xp" sample/CMakeLists.txt -B build/32
Goto Menu
:BuildDebug32
cmake --build build/32 --config Debug
Goto Menu
:BuildRelease32
cmake --build build/32 --config Release
Goto Menu
:BuildDebug64
cmake --build build/64 --config Debug
Goto Menu
:BuildRelease64
cmake --build build/64 --config Release
Goto Menu
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wecooperate/iMonitorSDK.git
git@gitee.com:wecooperate/iMonitorSDK.git
wecooperate
iMonitorSDK
iMonitorSDK
master

搜索帮助