Skip to content

Commit

Permalink
Merge remote-tracking branch 'fluffyfreak/fixVC2012_00'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbartholomew committed Sep 28, 2012
2 parents 8c19694 + 231a67a commit 7d7091d
Show file tree
Hide file tree
Showing 4 changed files with 1,268 additions and 1,236 deletions.
4 changes: 4 additions & 0 deletions win32/vc2010/pioneer.vcxproj
Expand Up @@ -111,6 +111,7 @@
<ClCompile Include="..\..\src\CommodityTradeWidget.cpp" />
<ClCompile Include="..\..\src\CRC32.cpp" />
<ClCompile Include="..\..\src\DeadVideoLink.cpp" />
<ClCompile Include="..\..\src\DeathView.cpp" />
<ClCompile Include="..\..\src\DynamicBody.cpp" />
<ClCompile Include="..\..\src\enum_table.cpp" />
<ClCompile Include="..\..\src\EquipType.cpp" />
Expand Down Expand Up @@ -141,6 +142,7 @@
<ClCompile Include="..\..\src\LuaComms.cpp" />
<ClCompile Include="..\..\src\LuaConsole.cpp" />
<ClCompile Include="..\..\src\LuaConstants.cpp" />
<ClCompile Include="..\..\src\LuaDev.cpp" />
<ClCompile Include="..\..\src\LuaEngine.cpp" />
<ClCompile Include="..\..\src\LuaEquipType.cpp" />
<ClCompile Include="..\..\src\LuaEvent.cpp" />
Expand Down Expand Up @@ -258,6 +260,7 @@
<ClInclude Include="..\..\src\CommodityTradeWidget.h" />
<ClInclude Include="..\..\src\CRC32.h" />
<ClInclude Include="..\..\src\DeadVideoLink.h" />
<ClInclude Include="..\..\src\DeathView.h" />
<ClInclude Include="..\..\src\DeleteEmitter.h" />
<ClInclude Include="..\..\src\DynamicBody.h" />
<ClInclude Include="..\..\src\enum_table.h" />
Expand Down Expand Up @@ -291,6 +294,7 @@
<ClInclude Include="..\..\src\LuaComms.h" />
<ClInclude Include="..\..\src\LuaConsole.h" />
<ClInclude Include="..\..\src\LuaConstants.h" />
<ClInclude Include="..\..\src\LuaDev.h" />
<ClInclude Include="..\..\src\LuaEngine.h" />
<ClInclude Include="..\..\src\LuaEquipType.h" />
<ClInclude Include="..\..\src\LuaEvent.h" />
Expand Down
12 changes: 12 additions & 0 deletions win32/vc2010/pioneer.vcxproj.filters
Expand Up @@ -393,6 +393,12 @@
<ClCompile Include="..\..\src\LuaRef.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\DeathView.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\..\src\LuaDev.cpp">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\Aabb.h">
Expand Down Expand Up @@ -833,6 +839,12 @@
<ClInclude Include="..\..\contrib\vcacheopt\vcacheopt.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="..\..\src\DeathView.h">
<Filter>src</Filter>
</ClInclude>
<ClInclude Include="..\..\src\LuaDev.h">
<Filter>src</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\Makefile.am">
Expand Down

0 comments on commit 7d7091d

Please sign in to comment.