From e96100791d218a061b56853602c7762dd00c9eee Mon Sep 17 00:00:00 2001 From: Eugene Opalev Date: Tue, 26 Mar 2019 11:42:46 +0500 Subject: Disable minimal rebuild in VS2015 project --- win32/VS2015/libogg.vcxproj | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/win32/VS2015/libogg.vcxproj b/win32/VS2015/libogg.vcxproj index 7c1b814..81f8889 100644 --- a/win32/VS2015/libogg.vcxproj +++ b/win32/VS2015/libogg.vcxproj @@ -129,6 +129,7 @@ false true 4244;%(DisableSpecificWarnings) + false true true Disabled @@ -141,6 +142,7 @@ false true 4244;%(DisableSpecificWarnings) + false true Disabled Level4 @@ -155,6 +157,7 @@ false true 4244;%(DisableSpecificWarnings) + false true true Disabled @@ -167,6 +170,7 @@ false true 4244;%(DisableSpecificWarnings) + false true Disabled Level4 @@ -183,6 +187,7 @@ 4244;%(DisableSpecificWarnings) true true + false true true MaxSpeed @@ -202,6 +207,7 @@ 4244;%(DisableSpecificWarnings) true true + false true MaxSpeed NDEBUG;%(PreprocessorDefinitions) @@ -221,6 +227,7 @@ 4244;%(DisableSpecificWarnings) true true + false true true MaxSpeed @@ -240,6 +247,7 @@ 4244;%(DisableSpecificWarnings) true true + false true MaxSpeed NDEBUG;%(PreprocessorDefinitions) -- cgit v1.2.1