Browse Source

Add math.cpp to VS project file

vrld 13 years ago
parent
commit
e05e5f1d54
2 changed files with 4 additions and 0 deletions
  1. 1 0
      platform/msvc2010/liblove.vcxproj
  2. 3 0
      platform/msvc2010/liblove.vcxproj.filters

+ 1 - 0
platform/msvc2010/liblove.vcxproj

@@ -296,6 +296,7 @@
     <ClCompile Include="..\..\src\common\b64.cpp" />
     <ClCompile Include="..\..\src\common\b64.cpp" />
     <ClCompile Include="..\..\src\common\delay.cpp" />
     <ClCompile Include="..\..\src\common\delay.cpp" />
     <ClCompile Include="..\..\src\common\Exception.cpp" />
     <ClCompile Include="..\..\src\common\Exception.cpp" />
+    <ClCompile Include="..\..\src\common\math.cpp" />
     <ClCompile Include="..\..\src\common\Matrix.cpp" />
     <ClCompile Include="..\..\src\common\Matrix.cpp" />
     <ClCompile Include="..\..\src\common\Memoizer.cpp" />
     <ClCompile Include="..\..\src\common\Memoizer.cpp" />
     <ClCompile Include="..\..\src\common\Module.cpp" />
     <ClCompile Include="..\..\src\common\Module.cpp" />

+ 3 - 0
platform/msvc2010/liblove.vcxproj.filters

@@ -741,6 +741,9 @@
     <ClCompile Include="..\..\src\common\Module.cpp">
     <ClCompile Include="..\..\src\common\Module.cpp">
       <Filter>common</Filter>
       <Filter>common</Filter>
     </ClCompile>
     </ClCompile>
+    <ClCompile Include="..\..\src\common\math.cpp">
+      <Filter>common</Filter>
+    </ClCompile>
   </ItemGroup>
   </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <None Include="..\..\src\scripts\boot.lua">
     <None Include="..\..\src\scripts\boot.lua">