mirror of
https://github.com/1dot13/source.git
synced 2026-08-26 14:30:26 +02:00
Fix: missing buildfile entries
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8129 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -155,7 +155,8 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\AbstractPlanFactory.cpp" />
|
||||
<ClCompile Include="src\CrowPlan.cpp" />
|
||||
<ClCompile Include="src\LegacyAIPlan.cpp" />
|
||||
<ClCompile Include="src\LegacyArmedVehiclePlan.cpp" />
|
||||
<ClCompile Include="src\LegacyAIPlan.cpp" />
|
||||
<ClCompile Include="src\LegacyAIPlanFactory.cpp" />
|
||||
<ClCompile Include="src\LegacyCreaturePlan.cpp" />
|
||||
<ClCompile Include="src\LegacyZombiePlan.cpp" />
|
||||
@@ -168,7 +169,8 @@
|
||||
<ItemGroup>
|
||||
<ClInclude Include="include\AbstractPlanFactory.h" />
|
||||
<ClInclude Include="include\CrowPlan.h" />
|
||||
<ClInclude Include="include\LegacyAIPlanFactory.h" />
|
||||
<ClInclude Include="include\LegacyArmedVehiclePlan.h" />
|
||||
<ClInclude Include="include\LegacyAIPlanFactory.h" />
|
||||
<ClInclude Include="include\LegacyAIPlan.h" />
|
||||
<ClInclude Include="include\LegacyCreaturePlan.h" />
|
||||
<ClInclude Include="include\LegacyZombiePlan.h" />
|
||||
|
||||
Reference in New Issue
Block a user