Further work on Win release packaging.

This commit is contained in:
James Turner
2011-01-23 19:57:32 +00:00
parent 1707fa61dd
commit 0bcdabc0f3
5 changed files with 74 additions and 6 deletions
+13
View File
@@ -0,0 +1,13 @@
IF NOT DEFINED WORKSPACE SET WORKSPACE=%~dp0
ECHO #define SIMGEAR_VERSION "2.2.0" > %WORKSPACE%\simgear\simgear\version.h
cd %WORKSPACE%\simgear\projects\VC90
msbuild SimGear.vcproj /p:Configuration=Release /p:Platform=x64
cd %WORKSPACE%\flightgear
call scripts\tools\version.bat
SET HAVE_VERSION_H=1
cd %WORKSPACE%\flightgear\projects\VC90
msbuild FlightGear.sln /p:Configuration=Release /p:Platform=x64