use 64bit cmake generator
This commit is contained in:
parent
e10f36d5f0
commit
7e3f476407
@ -37,7 +37,7 @@ build_script:
|
|||||||
- SET P=c:/projects/osrm
|
- SET P=c:/projects/osrm
|
||||||
- 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 Win64" -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 OSRM.sln
|
- 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
|
||||||
|
@ -35,7 +35,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
#define M_PI 3.14159265358979323846
|
#define M_PI 3.14159265358979323846
|
||||||
#endif
|
#endif
|
||||||
#define constexpr const static
|
// #define constexpr const static
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef unsigned int NodeID;
|
typedef unsigned int NodeID;
|
||||||
|
Loading…
Reference in New Issue
Block a user