]> git.mxchange.org Git - flightgear.git/commitdiff
Keep MSVC happy with the Environment updates
authorTorsten Dreyer <Torsten@t3r.de>
Sat, 11 Sep 2010 18:32:37 +0000 (20:32 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sat, 11 Sep 2010 18:32:37 +0000 (20:32 +0200)
projects/VC100/FlightGear/FlightGear.vcxproj
projects/VC90/FlightGear/FlightGear.vcproj
src/Environment/metarairportfilter.cxx
src/Environment/metarproperties.cxx

index fa563816b16dde0d0610703826bf3f9ba3df0b18..5c3e3b93643af1e2e3d19b12d07b303e86d43a25 100644 (file)
     <ClCompile Include="..\..\..\src\Environment\fgwind.cxx" />
     <ClCompile Include="..\..\..\src\Environment\precipitation_mgr.cxx" />
     <ClCompile Include="..\..\..\src\Environment\ridge_lift.cxx" />
+    <ClCompile Include="..\..\..\src\Environment\realwx_ctrl.cxx" />
+    <ClCompile Include="..\..\..\src\Environment\metarproperties.cxx" />
+    <ClCompile Include="..\..\..\src\Environment\metarairportfilter.cxx" />
     <ClCompile Include="..\..\..\src\Model\acmodel.cxx" />
     <ClCompile Include="..\..\..\src\Model\model_panel.cxx" />
     <ClCompile Include="..\..\..\src\Model\modelmgr.cxx" />
     <ClInclude Include="..\..\..\src\Environment\fgwind.hxx" />
     <ClInclude Include="..\..\..\src\Environment\precipitation_mgr.hxx" />
     <ClInclude Include="..\..\..\src\Environment\ridge_lift.hxx" />
+    <ClCompile Include="..\..\..\src\Environment\realwx_ctrl.hxx" />
+    <ClCompile Include="..\..\..\src\Environment\metarproperties.hxx" />
+    <ClCompile Include="..\..\..\src\Environment\metarairportfilter.hxx" />
     <ClInclude Include="..\..\..\src\Model\acmodel.hxx" />
     <ClInclude Include="..\..\..\src\Model\model_panel.hxx" />
     <ClInclude Include="..\..\..\src\Model\modelmgr.hxx" />
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
index eacb7a081dc0317f94ed2c0f929dedec049cf964..af6301ff550df343669ea953215e40473af99230 100644 (file)
                                RelativePath="..\..\..\src\Environment\ridge_lift.hxx"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\..\src\Environment\realwx_ctrl.cxx"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\src\Environment\realwx_ctrl.hxx"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\src\Environment\metarproperties.cxx"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\src\Environment\metarproperties.hxx"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\src\Environment\metarairportfilter.cxx"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\src\Environment\metarairportfilter.hxx"
+                               >
+                       </File>
                </Filter>
                <Filter
                        Name="Lib_Model"
index b9bc2f88016e150c802ff7e94889ac9bbfb6841b..776fcfdf9559bbdd3986f553d65d689b97b1a3fc 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "metarairportfilter.hxx"
 
 namespace Environment {
index f76ee6684086e5d9b0d8dd6252a76bb1387ccf59..5860259675eee50d5b2ecb30cdaed1916cf3f63a 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 //
 
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include "metarproperties.hxx"
 #include "fgmetar.hxx"
 #include "environment.hxx"