Fix version.h location, and disable installer for the moment, will switch to Inno-setup soon.
This commit is contained in:
parent
77e2eeb228
commit
1bd7db4ba4
1 changed files with 5 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
call "D:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\vsvars32.bat"
|
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
|
ECHO #define SIMGEAR_VERSION "2.2.0" > %WORKSPACE%\simgear\simgear\version.h
|
||||||
cd %WORKSPACE%\simgear\projects\VC90
|
cd %WORKSPACE%\simgear\projects\VC90
|
||||||
msbuild SimGear.vcproj /p:Configuration=Release /m
|
msbuild SimGear.vcproj /p:Configuration=Release /m
|
||||||
|
|
||||||
|
@ -16,5 +16,7 @@ msbuild FlightGear.sln /p:Configuration=Release /m
|
||||||
REM Installer
|
REM Installer
|
||||||
|
|
||||||
cd %WORKSPACE%
|
cd %WORKSPACE%
|
||||||
set PATH=%PATH%;C:\Program Files (x86)\NSIS;%WORKSPACE%\install\msvc90\OpenSceneGraph\bin
|
|
||||||
makensis flightgear-release.nsi
|
|
||||||
|
REM set PATH=%PATH%;C:\Program Files (x86)\NSIS;%WORKSPACE%\install\msvc90\OpenSceneGraph\bin
|
||||||
|
REM makensis flightgear-release.nsi
|
||||||
|
|
Loading…
Reference in a new issue