MSVC 7.1 project file update for new JSBSim
This commit is contained in:
parent
3ec74d79c2
commit
a1895381d7
1 changed files with 16 additions and 8 deletions
|
@ -481,6 +481,12 @@
|
|||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\math\FGColumnVector3.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\math\FGCondition.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\math\FGCondition.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\math\FGFunction.cpp">
|
||||
</File>
|
||||
|
@ -636,12 +642,6 @@
|
|||
<Filter
|
||||
Name="flight_control"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\models\flight_control\FGCondition.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\models\flight_control\FGCondition.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\models\flight_control\FGDeadBand.cpp">
|
||||
</File>
|
||||
|
@ -684,6 +684,12 @@
|
|||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\models\flight_control\FGKinemat.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\models\flight_control\FGPID.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\models\flight_control\FGPID.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\Fdm\JSBSim\models\flight_control\FGSensor.cpp">
|
||||
</File>
|
||||
|
@ -2801,7 +2807,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Generation of config.h"
|
||||
CommandLine="copy $(inputPath) $(InputDir)\$(InputName).h"
|
||||
CommandLine="copy $(inputPath) $(InputDir)\$(InputName).h
|
||||
"
|
||||
Outputs="..\..\src\Include\config.h"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
|
@ -2809,7 +2816,8 @@
|
|||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Generation of config.h"
|
||||
CommandLine="copy $(inputPath) $(InputDir)\$(InputName).h"
|
||||
CommandLine="copy $(inputPath) $(InputDir)\$(InputName).h
|
||||
"
|
||||
Outputs="..\..\src\Include\config.h"/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
|
Loading…
Reference in a new issue