1
0
Fork 0

Two minor MSVC90 build fixes

- provide SIMGEAR_VERSION in no_version.h
- remove duplicate define of FLIGHTGEAR_VERSION
This commit is contained in:
Torsten Dreyer 2011-07-18 10:24:52 +02:00
parent ca02aa8a04
commit 24383e5194
2 changed files with 4 additions and 2 deletions

View file

@ -19,7 +19,8 @@
#define PACKAGE "FlightGear" #define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */ /* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-2.0.0" // define in version.h and no_version.h
/* #define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-2.0.0" */
/* Define as the return type of signal handlers (int or void). */ /* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void #define RETSIGTYPE void

View file

@ -8,6 +8,7 @@
// placeholder values instead. // placeholder values instead.
#define FLIGHTGEAR_VERSION "development " __DATE__ #define FLIGHTGEAR_VERSION "development " __DATE__
#define SIMGEAR_VERSION FLIGHTGEAR_VERSION
#define HUDSON_BUILD_NUMBER 0 #define HUDSON_BUILD_NUMBER 0
#define HUDSON_BUILD_ID "none" #define HUDSON_BUILD_ID "none"