From 108689661f1c90a5c8fb3d5dbe4f78d663c4d720 Mon Sep 17 00:00:00 2001 From: fredb Date: Sat, 6 Jan 2007 17:01:58 +0000 Subject: [PATCH] Add a prototype simgear_config.h for MSVC 7.1 and a rule to build it. --- simgear/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/Makefile.am b/simgear/Makefile.am index 24733acb..112fac7a 100644 --- a/simgear/Makefile.am +++ b/simgear/Makefile.am @@ -7,7 +7,7 @@ endif # METAR_DIRS = METAR_DIRS = environment -EXTRA_DIST = simgear_config.h.vc5 version.h.in +EXTRA_DIST = simgear_config.h.vc5 simgear_config.h-msvc71 version.h.in include_HEADERS = \ compiler.h constants.h sg_inlines.h sg_traits.hxx version.h -- 2.39.5