Olaf Flebbe: Add the new HUD files to the VC8 build.
This commit is contained in:
parent
f012620134
commit
3a02da77d9
2 changed files with 96 additions and 6 deletions
|
@ -65,6 +65,7 @@
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
|
FixedBaseAddress="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
@ -142,6 +143,7 @@
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"
|
EnableCOMDATFolding="2"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
|
FixedBaseAddress="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCALinkTool"
|
Name="VCALinkTool"
|
||||||
|
@ -201,10 +203,6 @@
|
||||||
RelativePath="..\..\src\main\globals.hxx"
|
RelativePath="..\..\src\main\globals.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\src\main\logger.hxx"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\main\main.hxx"
|
RelativePath="..\..\src\main\main.hxx"
|
||||||
>
|
>
|
||||||
|
|
|
@ -803,6 +803,10 @@
|
||||||
RelativePath="..\..\src\airports\groundnetwork.hxx"
|
RelativePath="..\..\src\airports\groundnetwork.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\gsdi.hxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\gui\gui.h"
|
RelativePath="..\..\src\gui\gui.h"
|
||||||
>
|
>
|
||||||
|
@ -819,6 +823,10 @@
|
||||||
RelativePath="..\..\src\instrumentation\heading_indicator.hxx"
|
RelativePath="..\..\src\instrumentation\heading_indicator.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\heading_indicator_fg.hxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\scenery\hitlist.hxx"
|
RelativePath="..\..\src\scenery\hitlist.hxx"
|
||||||
>
|
>
|
||||||
|
@ -831,6 +839,10 @@
|
||||||
RelativePath="..\..\src\network\httpd.hxx"
|
RelativePath="..\..\src\network\httpd.hxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD.hxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud.hxx"
|
RelativePath="..\..\src\cockpit\hud.hxx"
|
||||||
>
|
>
|
||||||
|
@ -2443,6 +2455,10 @@
|
||||||
RelativePath="..\..\src\airports\groundnetwork.cxx"
|
RelativePath="..\..\src\airports\groundnetwork.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\gsdi.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\gui\gui.cxx"
|
RelativePath="..\..\src\gui\gui.cxx"
|
||||||
>
|
>
|
||||||
|
@ -2463,6 +2479,10 @@
|
||||||
RelativePath="..\..\src\instrumentation\heading_indicator.cxx"
|
RelativePath="..\..\src\instrumentation\heading_indicator.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\heading_indicator_fg.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\scenery\hitlist.cxx"
|
RelativePath="..\..\src\scenery\hitlist.cxx"
|
||||||
>
|
>
|
||||||
|
@ -2479,10 +2499,36 @@
|
||||||
RelativePath="..\..\src\cockpit\hud.cxx"
|
RelativePath="..\..\src\cockpit\hud.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD.cxx"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||||
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||||
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud_card.cxx"
|
RelativePath="..\..\src\cockpit\hud_card.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_dial.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud_dnst.cxx"
|
RelativePath="..\..\src\cockpit\hud_dnst.cxx"
|
||||||
>
|
>
|
||||||
|
@ -2491,24 +2537,40 @@
|
||||||
RelativePath="..\..\src\cockpit\hud_gaug.cxx"
|
RelativePath="..\..\src\cockpit\hud_gaug.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_gauge.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud_inst.cxx"
|
RelativePath="..\..\src\cockpit\hud_inst.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_instrument.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_label.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud_labl.cxx"
|
RelativePath="..\..\src\cockpit\hud_labl.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_ladder.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud_ladr.cxx"
|
RelativePath="..\..\src\cockpit\hud_ladr.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud_lat.cxx"
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_misc.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud_lon.cxx"
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_runway.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
|
@ -2519,10 +2581,40 @@
|
||||||
RelativePath="..\..\src\cockpit\hud_scal.cxx"
|
RelativePath="..\..\src\cockpit\hud_scal.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_scale.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_tape.cxx"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\cockpit\hud_tbi.cxx"
|
RelativePath="..\..\src\cockpit\hud_tbi.cxx"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Instrumentation\HUD\HUD_tbi.cxx"
|
||||||
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||||
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Release|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||||
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\input\input.cxx"
|
RelativePath="..\..\src\input\input.cxx"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Reference in a new issue