First draft of a Windows release script.
This commit is contained in:
parent
38067ca306
commit
74c9e4334b
28
hudson_build_win_release.bat
Normal file
28
hudson_build_win_release.bat
Normal file
@ -0,0 +1,28 @@
|
||||
call "D:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat"
|
||||
|
||||
ECHO #define SIMGEAR_VERSION "2.2.0" > %WORKSPACE%\simgear\version.h
|
||||
cd %WORKSPACE%\simgear\projects\VC90
|
||||
msbuild SimGear.vcproj /p:Configuration=Release /m
|
||||
|
||||
REM FlightGear
|
||||
|
||||
cd %WORKSPACE%\flightgear
|
||||
call scripts\tools\version.bat
|
||||
SET HAVE_VERSION_H=1
|
||||
cd %WORKSPACE%\flightgear\projects\VC90
|
||||
msbuild FlightGear.sln /p:Configuration=Release /m
|
||||
|
||||
|
||||
REM FGRun
|
||||
|
||||
cd %WORKSPACE%
|
||||
svn co https://fgrun.svn.sourceforge.net/svnroot/fgrun/trunk/fgrun fgrun
|
||||
|
||||
cd %WORKSPACE%\fgrun\msvc\9.0
|
||||
msbuild fgrun.sln /p:Configuration=Release /m
|
||||
|
||||
|
||||
REM Installer
|
||||
|
||||
cd %WORKSPACE%
|
||||
ECHo "Should build installer here"
|
Loading…
Reference in New Issue
Block a user