mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
update build script
This commit is contained in:
parent
e2d0442f82
commit
ef16c373de
2 changed files with 1 additions and 15 deletions
|
@ -9,6 +9,6 @@ cmake --build . --config Release --target ALL_BUILD -- -m
|
||||||
cd %WP%
|
cd %WP%
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake .. -G "Visual Studio 16 2019" -DBBL_RELEASE_TO_PUBLIC=0 -DCMAKE_PREFIX_PATH="%DEPS%/usr/local" -DCMAKE_INSTALL_PREFIX="./BambuStudio" -DCMAKE_BUILD_TYPE=Release -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"
|
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=Release -DWIN10SDK_PATH="C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0"
|
||||||
cmake --build . --config Release --target ALL_BUILD -- -m
|
cmake --build . --config Release --target ALL_BUILD -- -m
|
||||||
cmake --build . --target install --config Release
|
cmake --build . --target install --config Release
|
|
@ -1,14 +0,0 @@
|
||||||
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_relwithdebinfo" -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
|
|
||||||
cmake --build . --target install --config RelWithDebInfo
|
|
Loading…
Add table
Add a link
Reference in a new issue