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. --- Datafile/Datafile.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Datafile/Datafile.vcxproj') diff --git a/Datafile/Datafile.vcxproj b/Datafile/Datafile.vcxproj index 99bd8ad..7683222 100644 --- a/Datafile/Datafile.vcxproj +++ b/Datafile/Datafile.vcxproj @@ -97,6 +97,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) ../zlib; true + true Console @@ -126,6 +127,7 @@ WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) ../zlib; true + true Console @@ -157,6 +159,7 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ../zlib; + true Console @@ -189,6 +192,7 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ../zlib; + true Console -- cgit v1.1