ecc8111986
Also remove obsolete build of SimGear which is included in the build of the solution.
10 lines
357 B
Batchfile
10 lines
357 B
Batchfile
IF NOT DEFINED WORKSPACE SET WORKSPACE=%~dp0
|
|
|
|
SET /P SIMGEAR_VERSION=<%WORKSPACE%\simgear\version
|
|
ECHO #define SIMGEAR_VERSION "%SIMGEAR_VERSION%" > %WORKSPACE%\simgear\simgear\version.h
|
|
|
|
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
|