use explicit OSRM.sln filename
This commit is contained in:
parent
1bfd9abda3
commit
e10f36d5f0
@ -149,6 +149,7 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
|
|||||||
add_definitions(-DNOMINMAX) # avoid min and max macros that can break compilation
|
add_definitions(-DNOMINMAX) # avoid min and max macros that can break compilation
|
||||||
add_definitions(-D_USE_MATH_DEFINES) # define M_PI
|
add_definitions(-D_USE_MATH_DEFINES) # define M_PI
|
||||||
add_definitions(-D_WIN32_WINNT=0x0501)
|
add_definitions(-D_WIN32_WINNT=0x0501)
|
||||||
|
set_target_properties(OSRM PROPERTIES STATIC_LIBRARY_FLAGS "/machine:x64")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# disable partitioning of LTO process when possible (fixes Debian issues)
|
# disable partitioning of LTO process when possible (fixes Debian issues)
|
||||||
|
@ -38,7 +38,7 @@ build_script:
|
|||||||
- set TBB_INSTALL_DIR=%P%/tbb
|
- set TBB_INSTALL_DIR=%P%/tbb
|
||||||
- set TBB_ARCH_PLATFORM=intel64/vc12
|
- set TBB_ARCH_PLATFORM=intel64/vc12
|
||||||
- cmake .. -G "Visual Studio 12" -DCMAKE_BUILD_TYPE=%Configuration% -DBZIP2_INCLUDE_DIR=%P%/libs/include -DBZIP2_LIBRARIES=%P%/libs/lib/libbz2.lib -DCMAKE_INSTALL_PREFIX=%P%/libs -DBOOST_ROOT=%P%/boost_min -DBoost_USE_STATIC_LIBS=ON -T CTP_Nov2013
|
- cmake .. -G "Visual Studio 12" -DCMAKE_BUILD_TYPE=%Configuration% -DBZIP2_INCLUDE_DIR=%P%/libs/include -DBZIP2_LIBRARIES=%P%/libs/lib/libbz2.lib -DCMAKE_INSTALL_PREFIX=%P%/libs -DBOOST_ROOT=%P%/boost_min -DBoost_USE_STATIC_LIBS=ON -T CTP_Nov2013
|
||||||
- msbuild
|
- msbuild OSRM.sln
|
||||||
- if "%APPVEYOR_REPO_BRANCH%"=="develop" (7z a %P%/osrm_%Configuration%.zip *.exe *.pdb %P%/libs/bin/*.dll -tzip)
|
- if "%APPVEYOR_REPO_BRANCH%"=="develop" (7z a %P%/osrm_%Configuration%.zip *.exe *.pdb %P%/libs/bin/*.dll -tzip)
|
||||||
- set PATH=%PATH%;c:/projects/osrm/libs/bin
|
- set PATH=%PATH%;c:/projects/osrm/libs/bin
|
||||||
- cd c:/projects/osrm/build
|
- cd c:/projects/osrm/build
|
||||||
|
Loading…
Reference in New Issue
Block a user