Olaf Flebbe: Micro update to the MSVC8 Project files.
This commit is contained in:
parent
24277bf0c0
commit
dcd24409ae
2 changed files with 27 additions and 7 deletions
|
@ -278,6 +278,10 @@
|
||||||
RelativePath="..\..\src\main\fg_io.cxx"
|
RelativePath="..\..\src\main\fg_io.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Main\fg_os_common.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Main\fg_os_osgviewer.cxx"
|
RelativePath="..\..\src\Main\fg_os_osgviewer.cxx"
|
||||||
>
|
>
|
||||||
|
@ -302,6 +306,10 @@
|
||||||
RelativePath="..\..\src\main\logger.cxx"
|
RelativePath="..\..\src\main\logger.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Main\logger.hxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\main\main.cxx"
|
RelativePath="..\..\src\main\main.cxx"
|
||||||
>
|
>
|
||||||
|
@ -330,6 +338,14 @@
|
||||||
RelativePath="..\..\src\main\viewmgr.cxx"
|
RelativePath="..\..\src\main\viewmgr.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Main\ViewPartitionNode.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Main\ViewPartitionNode.hxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
|
|
|
@ -105,7 +105,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCLCompilerTool"
|
Name="VCCLCompilerTool"
|
||||||
AdditionalIncludeDirectories="../../../;$(ProgramFiles)/OpenThreads/include;$(ProgramFiles)/OpenSceneGraph/include;../../../Simgear;../../src;../../src/include;../../src/input;../../src/FDM/JSBSim;../../../3rdparty/include"
|
AdditionalIncludeDirectories="../../../;"$(ProgramFiles)/OpenThreads/include";"$(ProgramFiles)/OpenSceneGraph/include";../../../Simgear;../../src;../../src/include;../../src/input;../../src/FDM/JSBSim;../../../3rdparty/include"
|
||||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;ENABLE_THREADS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CONST_CORRECT_OVERLOADS;_USE_MATH_DEFINES;NOMINMAX"
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;ENABLE_THREADS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CONST_CORRECT_OVERLOADS;_USE_MATH_DEFINES;NOMINMAX"
|
||||||
StringPooling="true"
|
StringPooling="true"
|
||||||
MinimalRebuild="false"
|
MinimalRebuild="false"
|
||||||
|
@ -873,11 +873,11 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud.hxx"
|
RelativePath="..\..\src\Instrumentation\HUD\HUD.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Instrumentation\HUD\HUD.hxx"
|
RelativePath="..\..\src\cockpit\hud.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -2446,10 +2446,6 @@
|
||||||
RelativePath="..\..\src\fdm\jsbsim\models\propulsion\FGThruster.cpp"
|
RelativePath="..\..\src\fdm\jsbsim\models\propulsion\FGThruster.cpp"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\scenery\FGTileLoader.cxx"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\fdm\jsbsim\initialization\FGTrim.cpp"
|
RelativePath="..\..\src\fdm\jsbsim\initialization\FGTrim.cpp"
|
||||||
>
|
>
|
||||||
|
@ -3130,6 +3126,14 @@
|
||||||
RelativePath="..\..\src\scenery\scenery.cxx"
|
RelativePath="..\..\src\scenery\scenery.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Scenery\SceneryPager.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Scenery\SceneryPager.hxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\traffic\SchedFlight.cxx"
|
RelativePath="..\..\src\traffic\SchedFlight.cxx"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue