1
Fork 0
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:
NotAdam 2018-10-27 16:44:31 +11:00
parent 353ea15ed6
commit d3ed43f975
2 changed files with 3 additions and 3 deletions

View file

@ -20,8 +20,8 @@ before_build:
- git submodule update --init
- mkdir build
- cd build
- cmake .. -G "Visual Studio 15 2017"
- cmake --build . --target ALL_BUILD --config Debug
- cmake .. -G "NMake Makefiles"
- nmake
build_script:
- cd ..

View file

@ -17,7 +17,7 @@ else()
# edit and continue
message(STATUS "Enabling Edit and Continue..")
add_definitions(/ZI)
add_definitions(/Zi)
# incremental linking
message(STATUS "Enabling Incremental Linking..")