1
0
Fork 0

First try at building a 64-bit version of the release : simgear

This commit is contained in:
Frederic Bouvier 2012-01-25 21:11:50 +01:00
parent 0b71935b7c
commit 0afd203f54

View file

@ -1,13 +1,15 @@
IF NOT DEFINED WORKSPACE SET WORKSPACE=%~dp0 IF NOT DEFINED WORKSPACE SET WORKSPACE=%~dp0
ECHO #define SIMGEAR_VERSION "2.2.0" > %WORKSPACE%\simgear\simgear\version.h ECHO #define SIMGEAR_VERSION "2.6.0" > %WORKSPACE%\simgear\simgear\version.h
cd %WORKSPACE%\simgear\projects\VC90 rem set PATH=%PATH%;D:\Program Files (x86)\CMake 2.8\bin
msbuild SimGear.vcproj /p:Configuration=Release /p:Platform=x64 rem call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" amd64
md build-sg64
cd %WORKSPACE%\flightgear rem md build-fg64
call scripts\tools\version.bat cd build-sg64
SET HAVE_VERSION_H=1 cmake ..\SimGear -G "Visual Studio 10 Win64" -DMSVC_3RDPARTY_ROOT=%WORKSPACE% -DCMAKE_INSTALL_PREFIX:PATH=%WORKSPACE%/install/msvc100-64/SimGear
cd %WORKSPACE%\flightgear\projects\VC90 cmake --build . --config Release --target INSTALL
msbuild FlightGear.sln /p:Configuration=Release /p:Platform=x64
rem cd ..\build-fg64
rem cmake ..\flightgear -G "Visual Studio 10" -DMSVC_3RDPARTY_ROOT=%WORKSPACE% -DCMAKE_INSTALL_PREFIX:PATH=%WORKSPACE%/install/msvc100/FlightGear -DFLTK_FLUID_EXECUTABLE=%WORKSPACE%/3rdParty/bin/fluid.exe
rem cmake --build . --config Release --target INSTALL