Frederic Bouvier:
automatically generate config.h-msvc6 with the right version number. This way Curt will pack the right file because it will be generated every time he will do 'configure'.
This commit is contained in:
parent
fcb67de4f5
commit
600384d5c7
3 changed files with 4 additions and 2 deletions
|
@ -530,6 +530,7 @@ AC_CONFIG_FILES([ \
|
|||
src/Makefile \
|
||||
src/Include/Makefile \
|
||||
src/Include/version.h \
|
||||
src/Include/config.h-msvc6 \
|
||||
src/Aircraft/Makefile \
|
||||
src/Airports/Makefile \
|
||||
src/ATC/Makefile \
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
config.h
|
||||
config.h-msvc6
|
||||
config.h.in
|
||||
stamp-h
|
||||
stamp-h.in
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
#define PACKAGE "FlightGear"
|
||||
|
||||
/* Define to package version - use in main.cxx */
|
||||
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-0.9.6-pre1"
|
||||
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-@VERSION@"
|
||||
|
||||
/* Define as the return type of signal handlers (int or void). */
|
||||
#define RETSIGTYPE void
|
||||
|
@ -64,7 +64,7 @@
|
|||
#define TM_IN_SYS_TIME 1
|
||||
|
||||
/* Define to version number */
|
||||
#define VERSION "0.9.6-pre1"
|
||||
#define VERSION "@VERSION@"
|
||||
|
||||
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
|
||||
#define WIN32 1
|
Loading…
Add table
Reference in a new issue