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. --- nGenEx/nGenEx.vcxproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'nGenEx') diff --git a/nGenEx/nGenEx.vcxproj b/nGenEx/nGenEx.vcxproj index d4254ad..4ab5e46 100644 --- a/nGenEx/nGenEx.vcxproj +++ b/nGenEx/nGenEx.vcxproj @@ -253,8 +253,8 @@ Disabled true Level3 - true EditAndContinue + false ..\oggvorbis\include;..\parser;..\FoundationEx;..\zlib;..\LibPng;..\Opcode\OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) .\Debug\ @@ -285,7 +285,7 @@ Disabled true Level3 - true + false EditAndContinue ..\oggvorbis\include;..\parser;..\FoundationEx;..\zlib;..\LibPng;..\Opcode\OpcodeLib;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) @@ -295,6 +295,7 @@ .\Debug\ .\Debug\ EnableFastChecks + true 0x0409 @@ -387,6 +388,7 @@ .\Release\nGenEx.pch .\Release\ .\Release\ + true 0x0409 @@ -417,6 +419,7 @@ .\Release\nGenEx.pch .\Release\ .\Release\ + true 0x0409 @@ -447,6 +450,7 @@ .\Release\nGenEx.pch .\Release\ .\Release\ + true 0x0409 -- cgit v1.1