1
0
Fork 0

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:
ehofman 2004-10-03 08:20:54 +00:00
parent fcb67de4f5
commit 600384d5c7
3 changed files with 4 additions and 2 deletions

View file

@ -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 \

View file

@ -2,6 +2,7 @@
Makefile
Makefile.in
config.h
config.h-msvc6
config.h.in
stamp-h
stamp-h.in

View file

@ -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