From ecb247e559e1e06cb261edbd43d97ae10fddb302 Mon Sep 17 00:00:00 2001 From: Yasha Jannoo Date: Tue, 10 Sep 2019 01:22:18 +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. --- Magic2/Magic.vcxproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Magic2') diff --git a/Magic2/Magic.vcxproj b/Magic2/Magic.vcxproj index 6cbc0e6..2b23bf0 100644 --- a/Magic2/Magic.vcxproj +++ b/Magic2/Magic.vcxproj @@ -236,8 +236,8 @@ Disabled true Level3 - true EditAndContinue + false ../oggvorbis/include;../Opcode/OpcodeLib;../libpng;../Magic2;../FoundationEx;../nGenEx;../zlib;../parser;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;FOUNDATION_USE_MFC;%(PreprocessorDefinitions) .\Debug\ @@ -246,6 +246,7 @@ .\Debug\ .\Debug\ EnableFastChecks + true true @@ -293,7 +294,7 @@ Disabled true Level3 - true + false EditAndContinue ../oggvorbis/include;../Opcode/OpcodeLib;../libpng;../Magic2;../FoundationEx;../nGenEx;../zlib;../parser;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_WINDOWS;FOUNDATION_USE_MFC;%(PreprocessorDefinitions) @@ -303,6 +304,7 @@ .\Debug\ .\Debug\ EnableFastChecks + true true @@ -439,6 +441,7 @@ .\Release\Magic.pch .\Release\ .\Release\ + true true @@ -492,6 +495,7 @@ .\Release\Magic.pch .\Release\ .\Release\ + true true @@ -545,6 +549,7 @@ .\Release\Magic.pch .\Release\ .\Release\ + true true @@ -688,6 +693,9 @@ false + + true + -- cgit v1.1