mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-22 20:57:46 +00:00
use nmake instead
This commit is contained in:
parent
353ea15ed6
commit
d3ed43f975
2 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ before_build:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake .. -G "Visual Studio 15 2017"
|
- cmake .. -G "NMake Makefiles"
|
||||||
- cmake --build . --target ALL_BUILD --config Debug
|
- nmake
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cd ..
|
- cd ..
|
||||||
|
|
|
@ -17,7 +17,7 @@ else()
|
||||||
|
|
||||||
# edit and continue
|
# edit and continue
|
||||||
message(STATUS "Enabling Edit and Continue..")
|
message(STATUS "Enabling Edit and Continue..")
|
||||||
add_definitions(/ZI)
|
add_definitions(/Zi)
|
||||||
|
|
||||||
# incremental linking
|
# incremental linking
|
||||||
message(STATUS "Enabling Incremental Linking..")
|
message(STATUS "Enabling Incremental Linking..")
|
||||||
|
|
Loading…
Add table
Reference in a new issue