1
0
Fork 0

config.h-msvc* restoration

As sugested by Frederic, remove the .in files and their reference in
configure.ac, and remove the target files from .gitignore
This commit is contained in:
Torsten Dreyer 2010-06-26 20:52:29 +02:00
parent e1b9d3d759
commit f7d0a7bd39
6 changed files with 8 additions and 16 deletions

View file

@ -813,10 +813,6 @@ AC_CONFIG_FILES([ \
src/Makefile \
src/Include/Makefile \
src/Include/version.h \
src/Include/config.h-msvc6 \
src/Include/config.h-msvc71 \
src/Include/config.h-msvc8 \
src/Include/config.h-msvc90 \
src/Aircraft/Makefile \
src/Airports/Makefile \
src/ATC/Makefile \

View file

@ -1,8 +1,4 @@
config.h
config.h.*
config.h-msvc6
config.h-msvc71
config.h-msvc8
config.h-msvc90
stamp-h1
version.h

View file

@ -46,7 +46,7 @@
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-@VERSION@"
#define FLIGHTGEAR_VERSION "MSVC6-WIN32-2.0.0"
/* 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 "@VERSION@"
#define VERSION "2.0.0"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1

View file

@ -19,7 +19,7 @@
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-@VERSION@"
#define FLIGHTGEAR_VERSION "MSVC7.1-WIN32-2.0.0"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@ -37,7 +37,7 @@
#define TM_IN_SYS_TIME 1
/* Define to version number */
#define VERSION "@VERSION@"
#define VERSION "2.0.0"
#ifndef FG_VERSION /* allow override */
#define FG_VERSION 7
#endif /* FG_VERSION */

View file

@ -50,7 +50,7 @@
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-@VERSION@"
#define FLIGHTGEAR_VERSION "MSVC8-WIN32-2.0.0"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@ -68,7 +68,7 @@
#define TM_IN_SYS_TIME 1
/* Define to version number */
#define VERSION "@VERSION@"
#define VERSION "2.0.0"
/* Define if compiling on a Winbloze (95, NT, etc.) platform */
#define WIN32 1

View file

@ -19,7 +19,7 @@
#define PACKAGE "FlightGear"
/* Define to package version - use in main.cxx */
#define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-@VERSION@"
#define FLIGHTGEAR_VERSION "MSVC9.0-WIN32-2.0.0"
/* Define as the return type of signal handlers (int or void). */
#define RETSIGTYPE void
@ -37,7 +37,7 @@
#define TM_IN_SYS_TIME 1
/* Define to version number */
#define VERSION "@VERSION@"
#define VERSION "2.0.0"
#ifndef FG_VERSION /* allow override */
#define FG_VERSION 7
#endif /* FG_VERSION */