Updated Visual Studio project for math module changes (thanks Boolsheet)

This commit is contained in:
Alex Szpakowski
2013-04-16 15:52:29 -03:00
parent 385c1ac4db
commit f1770edaa1
3 changed files with 28 additions and 12 deletions
+4
View File
@@ -440,7 +440,9 @@
<ClCompile Include="..\..\src\modules\keyboard\wrap_Keyboard.cpp" />
<ClCompile Include="..\..\src\modules\love\love.cpp" />
<ClCompile Include="..\..\src\modules\math\MathModule.cpp" />
<ClCompile Include="..\..\src\modules\math\RandomGenerator.cpp" />
<ClCompile Include="..\..\src\modules\math\wrap_Math.cpp" />
<ClCompile Include="..\..\src\modules\math\wrap_RandomGenerator.cpp" />
<ClCompile Include="..\..\src\modules\mouse\Mouse.cpp" />
<ClCompile Include="..\..\src\modules\mouse\sdl\Mouse.cpp" />
<ClCompile Include="..\..\src\modules\mouse\wrap_Mouse.cpp" />
@@ -684,7 +686,9 @@
<ClInclude Include="..\..\src\modules\keyboard\wrap_Keyboard.h" />
<ClInclude Include="..\..\src\modules\love\love.h" />
<ClInclude Include="..\..\src\modules\math\MathModule.h" />
<ClInclude Include="..\..\src\modules\math\RandomGenerator.h" />
<ClInclude Include="..\..\src\modules\math\wrap_Math.h" />
<ClInclude Include="..\..\src\modules\math\wrap_RandomGenerator.h" />
<ClInclude Include="..\..\src\modules\mouse\Mouse.h" />
<ClInclude Include="..\..\src\modules\mouse\sdl\Mouse.h" />
<ClInclude Include="..\..\src\modules\mouse\wrap_Mouse.h" />
+12
View File
@@ -792,6 +792,12 @@
<ClCompile Include="..\..\src\modules\image\wrap_CompressedData.cpp">
<Filter>modules\image</Filter>
</ClCompile>
<ClCompile Include="..\..\src\modules\math\RandomGenerator.cpp">
<Filter>modules\math</Filter>
</ClCompile>
<ClCompile Include="..\..\src\modules\math\wrap_RandomGenerator.cpp">
<Filter>modules\math</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="..\..\src\scripts\boot.lua">
@@ -1525,6 +1531,12 @@
<ClInclude Include="..\..\src\modules\image\wrap_CompressedData.h">
<Filter>modules\image</Filter>
</ClInclude>
<ClInclude Include="..\..\src\modules\math\RandomGenerator.h">
<Filter>modules\math</Filter>
</ClInclude>
<ClInclude Include="..\..\src\modules\math\wrap_RandomGenerator.h">
<Filter>modules\math</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="love.rc" />
+12 -12
View File
@@ -1,7 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C++ Express 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "love", "love.vcxproj", "{97F8C58F-0027-2D73-B322-44E7D618E5BE}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "love", "love.vcxproj", "{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}"
ProjectSection(ProjectDependencies) = postProject
{A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8} = {A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8}
EndProjectSection
@@ -18,17 +18,17 @@ Global
Release Static|x64 = Release Static|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Debug Dynamic|Win32.ActiveCfg = Debug Dynamic|Win32
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Debug Dynamic|Win32.Build.0 = Debug Dynamic|Win32
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Release Dynamic|Win32.ActiveCfg = Release Dynamic|Win32
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Release Dynamic|Win32.Build.0 = Release Dynamic|Win32
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Release Dynamic|x64.ActiveCfg = Release Dynamic|x64
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Release Dynamic|x64.Build.0 = Release Dynamic|x64
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Release Static|Win32.ActiveCfg = Release Static|Win32
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Release Static|Win32.Build.0 = Release Static|Win32
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Release Static|x64.ActiveCfg = Release Static|x64
{97F8C58F-0027-2D73-B322-44E7D618E5BE}.Release Static|x64.Build.0 = Release Static|x64
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Debug Dynamic|Win32.ActiveCfg = Debug Dynamic|Win32
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Debug Dynamic|Win32.Build.0 = Debug Dynamic|Win32
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Dynamic|Win32.ActiveCfg = Release Dynamic|Win32
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Dynamic|Win32.Build.0 = Release Dynamic|Win32
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Dynamic|x64.ActiveCfg = Release Dynamic|x64
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Dynamic|x64.Build.0 = Release Dynamic|x64
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Static|Win32.ActiveCfg = Release Static|Win32
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Static|Win32.Build.0 = Release Static|Win32
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Static|x64.ActiveCfg = Release Static|x64
{B496CCF6-9B6D-0794-8F41-67A6EC86B4AA}.Release Static|x64.Build.0 = Release Static|x64
{A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8}.Debug Dynamic|Win32.ActiveCfg = Debug Dynamic|Win32
{A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8}.Debug Dynamic|Win32.Build.0 = Debug Dynamic|Win32
{A3FCC735-3E18-4D6B-9DA9-01D9E910B7F8}.Debug Dynamic|x64.ActiveCfg = Debug Dynamic|x64