]> git.mxchange.org Git - flightgear.git/commitdiff
Compile with MSVC 9
authorFrederic Bouvier <fredfgfs01@free.fr>
Sun, 11 Mar 2012 18:55:04 +0000 (19:55 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sun, 25 Mar 2012 12:39:24 +0000 (14:39 +0200)
12 files changed:
projects/VC90/terrasync/terrasync.vcproj
src/FDM/LaRCsim/IO360.cxx
src/FDM/YASim/Airplane.cpp
src/FDM/YASim/ControlMap.cpp
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/Ground.cpp
src/FDM/YASim/Hitch.cpp
src/FDM/YASim/Model.cpp
src/Instrumentation/heading_indicator_dg.cxx
src/Instrumentation/mrg.cxx
src/Main/WindowBuilder.cxx
src/Systems/pitot.cxx

index f14254acaf5a6015c2d92663945d989cd910a965..f452dc6b66ed63f20461bc5076680f8d22e12c81 100644 (file)
@@ -44,7 +44,7 @@
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
-                               AdditionalIncludeDirectories="..\..\..\..\SimGear;..\..\..\..\install\msvc90\OpenSceneGraph\include;..\..\..\..\3rdParty\include"
+                               AdditionalIncludeDirectories="..\..\..\..\SimGear;..\..\..\..\install\msvc90\OpenSceneGraph\include;..\..\..\..\3rdParty\include;..\..\..\..\boost_1_44_0"
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;NOMINMAX;HAVE_SVN_CLIENT_H;HAVE_LIBSVN_CLIENT_1;_CRT_SECURE_NO_WARNINGS"
                                MinimalRebuild="true"
                                BasicRuntimeChecks="3"
@@ -66,7 +66,7 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
-                               AdditionalDependencies="ul_d.lib sg_d.lib net_d.lib ws2_32.lib libsvn_client-1.lib libsvn_diff-1.lib libsvn_delta-1.lib libsvn_ra-1.lib libsvn_subr-1.lib libsvn_wc-1.lib libapr-1.lib"
+                               AdditionalDependencies="winmm.lib ul_d.lib sg_d.lib net_d.lib ws2_32.lib libsvn_client-1.lib libsvn_diff-1.lib libsvn_delta-1.lib libsvn_ra-1.lib libsvn_subr-1.lib libsvn_wc-1.lib libapr-1.lib"
                                LinkIncremental="2"
                                AdditionalLibraryDirectories="..\..\..\..\install\msvc90\OpenSceneGraph\lib;..\..\..\..\3rdParty\lib"
                                GenerateDebugInformation="true"
index 00acb23e6af87b7480e9af6203087b3daefc5695..17cd329ee0ac4c9838dec0055ac5757e874e19ae 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 
 #include <math.h>
index 50ceefefd7c50d7da994265a16134e8cd0e54636..15fd4d683bb1d1acf3096425bf379ff9a59f4a6e 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "Atmosphere.hpp"
 #include "ControlMap.hpp"
 #include "Gear.hpp"
index cb143f02d31489a1873b4e7e3324c2dcac3861c3..c300c4c754b90b58476f5b7a813472b503cdeb0b 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "Jet.hpp"
 #include "Thruster.hpp"
 #include "PropEngine.hpp"
index 8ce87f528df272617a8577f750870056bbac90b9..9f421780052d7ccee4821150992babd6e648ddba 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <stdio.h>
 #include <stdlib.h>
 
index 32313f343b890e63e9eefabcacba5cd27e5c2c6d..30d8583a459b5266495f2f9071513d5f33338357 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "Glue.hpp"
 
 #include <simgear/scene/material/mat.hxx>
index c4bb871fa32549a2ccd55af298a0d56f782d0829..45f9bd9f2ef15f5e211ce66c39da439033526862 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "Math.hpp"
 #include "BodyEnvironment.hpp"
 #include "RigidBody.hpp"
index 80f7a8dee872f5bfa37608aa9203fce0cdcd5e19..b92aea504b051ecd8ef31cb8183ba88a8c387d5b 100644 (file)
@@ -1,3 +1,8 @@
+
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "Atmosphere.hpp"
 #include "Thruster.hpp"
 #include "Math.hpp"
index d44e0b036f283fccd6a0e3c514168bf5acb23738..303f8474686fd9432cd76aef92395d4344f379e0 100644 (file)
@@ -6,6 +6,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/sg_inlines.h>
 #include <iostream>
index 247ffe5fee33b9ecab4f670603e7b524cbdfadde..6a6867b9dc7ffa3089a5051ebecf544c73f3b520 100644 (file)
@@ -6,6 +6,10 @@
 // TODO:
 // - better spin-up
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include <simgear/compiler.h>
 #include <simgear/sg_inlines.h>
 
index 6ae1c067a83814fea40ad6a7630b631577e46a3c..239a5e67550ce48e5914c85f809946fc1fd70707 100644 (file)
 // along with this program; if not, write to the Free Software
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+#ifdef HAVE_CONFIG_H
+#  include "config.h"
+#endif
+
 #include "WindowBuilder.hxx"
 
 #include "WindowSystemAdapter.hxx"
index 535caa09db89e5af9d2e40e0e9ccb7af8659f27f..b367283b2ed3f4db66c6e2a280e197e620c7429a 100644 (file)
@@ -3,6 +3,10 @@
 //
 // This file is in the Public Domain and comes with no warranty.
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <simgear/constants.h>
 
 #include <Main/fg_props.hxx>