diff options
| author | Kurata Sayuri <haxe_haxe@hotmail.com> | 2020-01-26 10:57:51 +0900 |
|---|---|---|
| committer | Kurata Sayuri <haxe_haxe@hotmail.com> | 2020-01-26 10:57:51 +0900 |
| commit | 778c066fd4b3e51981a76e7b8b41be1723dfac68 (patch) | |
| tree | 0c128ab3929817d6dfebc438d6bceb821b29c6de | |
| parent | ed0df8ecc4ed7e755ea03e18aaf285fd9b4b4a74 (diff) | |
| download | vcpkg-778c066fd4b3e51981a76e7b8b41be1723dfac68.tar.gz vcpkg-778c066fd4b3e51981a76e7b8b41be1723dfac68.zip | |
remove _WIN32_WINNT definition from not WindowsStore.
| -rw-r--r-- | ports/boost-modular-build-helper/boost-modular-build.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/boost-modular-build-helper/boost-modular-build.cmake b/ports/boost-modular-build-helper/boost-modular-build.cmake index 391f1793c..d5529c127 100644 --- a/ports/boost-modular-build-helper/boost-modular-build.cmake +++ b/ports/boost-modular-build-helper/boost-modular-build.cmake @@ -264,8 +264,6 @@ function(boost_modular_build) string(REPLACE "\\" "/" PLATFORM_WINMD_DIR ${PLATFORM_WINMD_DIR}) # escape backslashes
set(TOOLSET_OPTIONS "${TOOLSET_OPTIONS} <cflags>-Zl <compileflags> /AI\"${PLATFORM_WINMD_DIR}\" <linkflags>WindowsApp.lib <cxxflags>/ZW <compileflags>-DVirtualAlloc=VirtualAllocFromApp <compileflags>-D_WIN32_WINNT=0x0A00")
- else()
- set(TOOLSET_OPTIONS "${TOOLSET_OPTIONS} <compileflags>-D_WIN32_WINNT=0x0602")
endif()
configure_file(${_bm_DIR}/user-config.jam ${CURRENT_BUILDTREES_DIR}/${TARGET_TRIPLET}-dbg/user-config.jam @ONLY)
|
