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
|
||||
- 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 ..
|
||||
|
|
|
@ -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..")
|
||||
|
|
Loading…
Add table
Reference in a new issue