Update MSVC 7.1 projects
This commit is contained in:
parent
6ebce11275
commit
9eab3442d3
2 changed files with 16 additions and 1 deletions
|
@ -1553,6 +1553,12 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Fdm\YASim\Ground.hpp">
|
RelativePath="..\..\src\Fdm\YASim\Ground.hpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Fdm\YASim\Hitch.cpp">
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Fdm\YASim\Hitch.hpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Fdm\YASim\Hook.cpp">
|
RelativePath="..\..\src\Fdm\YASim\Hook.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
|
|
@ -33,9 +33,10 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="sg_d.lib ul_d.lib"
|
||||||
OutputFile="$(OutDir)/yasim.exe"
|
OutputFile="$(OutDir)/yasim.exe"
|
||||||
LinkIncremental="2"
|
LinkIncremental="2"
|
||||||
AdditionalLibraryDirectories=""
|
AdditionalLibraryDirectories="..\..\..\plib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
ProgramDatabaseFile="$(OutDir)/yasim.pdb"
|
ProgramDatabaseFile="$(OutDir)/yasim.pdb"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
|
@ -81,8 +82,10 @@
|
||||||
Name="VCCustomBuildTool"/>
|
Name="VCCustomBuildTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
AdditionalDependencies="sg.lib ul.lib"
|
||||||
OutputFile="$(OutDir)/yasim.exe"
|
OutputFile="$(OutDir)/yasim.exe"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
|
AdditionalLibraryDirectories="..\..\..\plib"
|
||||||
GenerateDebugInformation="TRUE"
|
GenerateDebugInformation="TRUE"
|
||||||
SubSystem="1"
|
SubSystem="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
|
@ -138,6 +141,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Fdm\YASim\Ground.cpp">
|
RelativePath="..\..\src\Fdm\YASim\Ground.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Fdm\YASim\Hitch.cpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Fdm\YASim\Hook.cpp">
|
RelativePath="..\..\src\Fdm\YASim\Hook.cpp">
|
||||||
</File>
|
</File>
|
||||||
|
@ -221,6 +227,9 @@
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Fdm\YASim\Ground.hpp">
|
RelativePath="..\..\src\Fdm\YASim\Ground.hpp">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\src\Fdm\YASim\Hitch.hpp">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\src\Fdm\YASim\Hook.hpp">
|
RelativePath="..\..\src\Fdm\YASim\Hook.hpp">
|
||||||
</File>
|
</File>
|
||||||
|
|
Loading…
Add table
Reference in a new issue