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. --- NetEx/NetEx.vcxproj | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'NetEx') diff --git a/NetEx/NetEx.vcxproj b/NetEx/NetEx.vcxproj index ed01ce5..0b9054f 100644 --- a/NetEx/NetEx.vcxproj +++ b/NetEx/NetEx.vcxproj @@ -237,8 +237,8 @@ Disabled true Level3 - true EditAndContinue + false ../FoundationEx;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) .\Debug\ @@ -246,6 +246,7 @@ .\Debug\ .\Debug\ EnableFastChecks + true 0x0409 @@ -268,7 +269,7 @@ Disabled true Level3 - true + false EditAndContinue ../FoundationEx;%(AdditionalIncludeDirectories) _DEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) @@ -277,6 +278,7 @@ .\Debug\ .\Debug\ EnableFastChecks + true 0x0409 @@ -366,6 +368,7 @@ .\Release\NetEx.pch .\Release\ .\Release\ + true 0x0409 @@ -395,6 +398,7 @@ .\Release\NetEx.pch .\Release\ .\Release\ + true 0x0409 @@ -424,6 +428,7 @@ .\Release\NetEx.pch .\Release\ .\Release\ + true 0x0409 @@ -525,6 +530,16 @@ .\Release\NetEx.lib + + + true + + + + + true + + -- cgit v1.1