Two minor MSVC90 build fixes
- provide SIMGEAR_VERSION in no_version.h - remove duplicate define of FLIGHTGEAR_VERSION
This commit is contained in:
parent
ca02aa8a04
commit
24383e5194
2 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,8 @@
|
|||
#define PACKAGE "FlightGear"
|
||||
|
||||
/* 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 RETSIGTYPE void
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
// placeholder values instead.
|
||||
|
||||
#define FLIGHTGEAR_VERSION "development " __DATE__
|
||||
#define SIMGEAR_VERSION FLIGHTGEAR_VERSION
|
||||
|
||||
#define HUDSON_BUILD_NUMBER 0
|
||||
#define HUDSON_BUILD_ID "none"
|
||||
|
|
Loading…
Reference in a new issue