From f935fb0960b1563d6404d2fec21963b20f498a3b Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Tue, 10 Sep 2019 01:05:02 +0100 Subject: Turn off Minimal Rebuild across the board This is the \Gm compiler flag. There are warnings that this is deprecated, and the general advice is that setting the multiprocessor build flag should be used instead. --- libpng/libpng.vcxproj | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) (limited to 'libpng') diff --git a/libpng/libpng.vcxproj b/libpng/libpng.vcxproj index 729a0f8..18088e9 100644 --- a/libpng/libpng.vcxproj +++ b/libpng/libpng.vcxproj @@ -590,7 +590,7 @@ Disabled ..\..\zlib;%(AdditionalIncludeDirectories) PNG_DEBUG=1;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions) - true + false EnableFastChecks MultiThreadedDebug false @@ -602,6 +602,7 @@ Level3 true EditAndContinue + true _DEBUG;%(PreprocessorDefinitions) @@ -621,7 +622,7 @@ Disabled ..\..\zlib;%(AdditionalIncludeDirectories) PNG_DEBUG=1;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions) - true + false EnableFastChecks MultiThreadedDebug false @@ -633,6 +634,7 @@ Level3 true EditAndContinue + true _DEBUG;%(PreprocessorDefinitions) @@ -712,7 +714,7 @@ Disabled ..\..\zlib;%(AdditionalIncludeDirectories) PNG_DEBUG=1;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions) - true + false EnableFastChecks MultiThreadedDebug false @@ -724,6 +726,7 @@ Level3 true EditAndContinue + true _DEBUG;%(PreprocessorDefinitions) @@ -773,7 +776,7 @@ Disabled ..\..\zlib;%(AdditionalIncludeDirectories) PNG_DEBUG=1;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions) - true + false EnableFastChecks MultiThreadedDebug false @@ -787,6 +790,7 @@ Level3 true EditAndContinue + true _DEBUG;%(PreprocessorDefinitions) @@ -838,7 +842,7 @@ Disabled ..\..\zlib;%(AdditionalIncludeDirectories) PNG_DEBUG=1;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions) - true + false EnableFastChecks MultiThreadedDebug false @@ -852,6 +856,7 @@ Level3 true EditAndContinue + true _DEBUG;%(PreprocessorDefinitions) @@ -903,7 +908,7 @@ Disabled ..\..\zlib;%(AdditionalIncludeDirectories) PNG_DEBUG=1;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions) - true + false EnableFastChecks MultiThreadedDebug false @@ -917,6 +922,7 @@ Level3 true EditAndContinue + true _DEBUG;%(PreprocessorDefinitions) @@ -968,7 +974,7 @@ Disabled ..\..\zlib;%(AdditionalIncludeDirectories) PNG_DEBUG=1;WIN32;_DEBUG;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_HAS_ITERATOR_DEBUGGING=0;%(PreprocessorDefinitions) - true + false EnableFastChecks MultiThreadedDebug false @@ -982,6 +988,7 @@ Level3 true EditAndContinue + true _DEBUG;%(PreprocessorDefinitions) @@ -1055,6 +1062,7 @@ CompileAsC + true NDEBUG;%(PreprocessorDefinitions) @@ -1097,6 +1105,7 @@ CompileAsC + true NDEBUG;%(PreprocessorDefinitions) @@ -1139,6 +1148,7 @@ CompileAsC + true NDEBUG;%(PreprocessorDefinitions) @@ -1302,6 +1312,7 @@ Level3 true CompileAsC + true NDEBUG;%(PreprocessorDefinitions) @@ -1377,6 +1388,7 @@ Level3 true CompileAsC + true NDEBUG;%(PreprocessorDefinitions) @@ -1453,6 +1465,7 @@ Level3 true CompileAsC + true NDEBUG;%(PreprocessorDefinitions) @@ -1534,6 +1547,7 @@ CompileAsC + true NDEBUG;%(PreprocessorDefinitions) @@ -1620,6 +1634,7 @@ CompileAsC + true NDEBUG;%(PreprocessorDefinitions) @@ -1678,6 +1693,11 @@ $(IntDir)$(ProjectName).bsc + + + true + + -- cgit v1.1