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 - 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 ..

View file

@ -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..")