From 3353180abc7fff42287c162a85699891e0455c85 Mon Sep 17 00:00:00 2001 From: rude Date: Sun, 24 Jul 2011 18:32:52 +0200 Subject: [PATCH] Update MSVC 2010 project files. (PixelEffect). --- platform/msvc2010/love.vcxproj | 8 ++++++-- platform/msvc2010/love.vcxproj.filters | 12 ++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/platform/msvc2010/love.vcxproj b/platform/msvc2010/love.vcxproj index ea80c1433..159f5335c 100644 --- a/platform/msvc2010/love.vcxproj +++ b/platform/msvc2010/love.vcxproj @@ -101,6 +101,7 @@ + @@ -108,6 +109,7 @@ + @@ -265,6 +267,7 @@ + @@ -272,6 +275,7 @@ + @@ -371,7 +375,7 @@ NotUsing - VC_EXTRALEAN;_DEBUG;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;VC_EXTRALEAN;_DEBUG;%(PreprocessorDefinitions) true @@ -391,7 +395,7 @@ MultiThreaded NotSet %(Identity).obj - VC_EXTRALEAN;NDEBUG;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;VC_EXTRALEAN;NDEBUG;%(PreprocessorDefinitions) diff --git a/platform/msvc2010/love.vcxproj.filters b/platform/msvc2010/love.vcxproj.filters index 11045051d..f90f350c5 100644 --- a/platform/msvc2010/love.vcxproj.filters +++ b/platform/msvc2010/love.vcxproj.filters @@ -589,6 +589,12 @@ common + + modules\graphics\opengl + + + modules\graphics\opengl + @@ -954,6 +960,12 @@ common + + modules\graphics\opengl + + + modules\graphics\opengl +