From 8a097a6688b1b52989857c9046d66b5e9cb840ff Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 11 Jun 2012 21:43:21 +0000 Subject: [PATCH] neercs: fix Win32 build. --- win32/Lol.Core.Build.props | 2 +- win32/lolcore.vcxproj | 4 +++- win32/lolcore.vcxproj.filters | 8 +++++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/win32/Lol.Core.Build.props b/win32/Lol.Core.Build.props index a0e17d44..5b1c0ce6 100644 --- a/win32/Lol.Core.Build.props +++ b/win32/Lol.Core.Build.props @@ -7,7 +7,7 @@ - false + true diff --git a/win32/lolcore.vcxproj b/win32/lolcore.vcxproj index ea8b7b81..3479f139 100644 --- a/win32/lolcore.vcxproj +++ b/win32/lolcore.vcxproj @@ -86,6 +86,7 @@ + @@ -145,6 +146,7 @@ + @@ -199,4 +201,4 @@ - + \ No newline at end of file diff --git a/win32/lolcore.vcxproj.filters b/win32/lolcore.vcxproj.filters index a2135fd5..92680997 100644 --- a/win32/lolcore.vcxproj.filters +++ b/win32/lolcore.vcxproj.filters @@ -214,6 +214,9 @@ src\... + + src\gpu + @@ -399,6 +402,9 @@ src\... + + src\gpu + @@ -411,4 +417,4 @@ src\gpu - + \ No newline at end of file