mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
add relwithdebinfo build script
This commit is contained in:
parent
61de853138
commit
473a3a7c34
1 changed files with 14 additions and 0 deletions
14
build_relwithdebinfo.bat
Normal file
14
build_relwithdebinfo.bat
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
set WP=%CD%
|
||||||
|
cd deps
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
set DEPS=%CD%/BambuStudio_dep
|
||||||
|
cmake ../ -G "Visual Studio 16 2019" -DDESTDIR="%CD%/BambuStudio_dep" -DCMAKE_BUILD_TYPE=Release
|
||||||
|
cmake --build . --config Release --target ALL_BUILD -- -m
|
||||||
|
|
||||||
|
cd %WP%
|
||||||
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=0 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./BambuStudio-SoftFever" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"
|
||||||
|
cmake --build . --config RelWithDebInfo --target ALL_BUILD -- -m
|
||||||
|
@REM cmake --build . --target install --config RelWithDebInfo
|
Loading…
Add table
Add a link
Reference in a new issue