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:
parent
e1b9d3d759
commit
f7d0a7bd39
6 changed files with 8 additions and 16 deletions
|
@ -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 \
|
||||
|
|
4
src/Include/.gitignore
vendored
4
src/Include/.gitignore
vendored
|
@ -1,8 +1,4 @@
|
|||
config.h
|
||||
config.h.*
|
||||
config.h-msvc6
|
||||
config.h-msvc71
|
||||
config.h-msvc8
|
||||
config.h-msvc90
|
||||
stamp-h1
|
||||
version.h
|
||||
|
|
|
@ -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
|
4
src/Include/config.h-msvc71.in → src/Include/config.h-msvc71
Executable file → Normal file
4
src/Include/config.h-msvc71.in → src/Include/config.h-msvc71
Executable file → Normal 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 */
|
|
@ -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
|
|
@ -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 */
|
Loading…
Add table
Reference in a new issue