Add math.cpp to VS project file

This commit is contained in:
vrld
2012-10-01 22:13:29 +02:00
parent 5e3e24dcfb
commit e05e5f1d54
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -296,6 +296,7 @@
<ClCompile Include="..\..\src\common\b64.cpp" />
<ClCompile Include="..\..\src\common\delay.cpp" />
<ClCompile Include="..\..\src\common\Exception.cpp" />
<ClCompile Include="..\..\src\common\math.cpp" />
<ClCompile Include="..\..\src\common\Matrix.cpp" />
<ClCompile Include="..\..\src\common\Memoizer.cpp" />
<ClCompile Include="..\..\src\common\Module.cpp" />
@@ -741,6 +741,9 @@
<ClCompile Include="..\..\src\common\Module.cpp">
<Filter>common</Filter>
</ClCompile>
<ClCompile Include="..\..\src\common\math.cpp">
<Filter>common</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\scripts\boot.lua">