Update msvc2010 project file for recent changes

This commit is contained in:
Bart van Strien
2011-12-13 18:38:56 +01:00
parent 083dd11185
commit d5d2e7b5ae
2 changed files with 30 additions and 0 deletions
+6
View File
@@ -20,6 +20,7 @@
<ClCompile Include="..\..\src\common\Reference.cpp" />
<ClCompile Include="..\..\src\common\runtime.cpp" />
<ClCompile Include="..\..\src\common\utf8.cpp" />
<ClCompile Include="..\..\src\common\Variant.cpp" />
<ClCompile Include="..\..\src\common\Vector.cpp" />
<ClCompile Include="..\..\src\common\wrap_Data.cpp" />
<ClCompile Include="..\..\src\libraries\Box2D\Collision\b2BroadPhase.cpp" />
@@ -249,6 +250,8 @@
<ClCompile Include="..\..\src\modules\thread\wrap_Thread.cpp" />
<ClCompile Include="..\..\src\modules\timer\sdl\Timer.cpp" />
<ClCompile Include="..\..\src\modules\timer\wrap_Timer.cpp" />
<ClCompile Include="..\..\src\modules\window\sdl\Window.cpp" />
<ClCompile Include="..\..\src\modules\window\Window.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\common\b64.h" />
@@ -267,6 +270,7 @@
<ClInclude Include="..\..\src\common\StringMap.h" />
<ClInclude Include="..\..\src\common\types.h" />
<ClInclude Include="..\..\src\common\utf8.h" />
<ClInclude Include="..\..\src\common\Variant.h" />
<ClInclude Include="..\..\src\common\Vector.h" />
<ClInclude Include="..\..\src\common\version.h" />
<ClInclude Include="..\..\src\common\wrap_Data.h" />
@@ -451,6 +455,8 @@
<ClInclude Include="..\..\src\modules\timer\sdl\Timer.h" />
<ClInclude Include="..\..\src\modules\timer\Timer.h" />
<ClInclude Include="..\..\src\modules\timer\wrap_Timer.h" />
<ClInclude Include="..\..\src\modules\window\sdl\Window.h" />
<ClInclude Include="..\..\src\modules\window\Window.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="app.rc" />