From e615c78e9400b21f8a6ccffc75920c1553584c40 Mon Sep 17 00:00:00 2001 From: Pierre Wielders Date: Wed, 4 Oct 2023 14:38:43 +0200 Subject: [PATCH] [WINDOWS] Make sure warning reporting is not enabled from the core project file. (#1419) As warning reporting is optional, I think it is good to enable WarningReporting builds from the outside. If so the build (by default) does not get to bulky (lean and mean) and if you want WarningReporting just pass the flag from the outside (if possible :-). Also the MessageDispatcher.h is no longer part of this deployment, lets kill it :-) --- Source/core/core.vcxproj | 9 ++++----- Source/core/core.vcxproj.filters | 3 --- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Source/core/core.vcxproj b/Source/core/core.vcxproj index c8618cf8bb..60bff135ce 100644 --- a/Source/core/core.vcxproj +++ b/Source/core/core.vcxproj @@ -49,7 +49,6 @@ - @@ -216,7 +215,7 @@ Level3 Disabled true - __CORE_WARNING_REPORTING__;CORE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions); + CORE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions); true @@ -235,7 +234,7 @@ Level3 Disabled true - __CORE_WARNING_REPORTING__;CORE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + CORE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true $(WindowsPath) true @@ -255,7 +254,7 @@ true true true - __CORE_WARNING_REPORTING__;CORE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;IN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + CORE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;IN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true @@ -278,7 +277,7 @@ true true true - __CORE_WARNING_REPORTING__;CORE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + CORE_EXPORTS;_CRT_SECURE_NO_WARNINGS;_WINSOCK_DEPRECATED_NO_WARNINGS;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true diff --git a/Source/core/core.vcxproj.filters b/Source/core/core.vcxproj.filters index 728efbf919..34f84b90dd 100644 --- a/Source/core/core.vcxproj.filters +++ b/Source/core/core.vcxproj.filters @@ -246,9 +246,6 @@ Header Files - - Header Files - Header Files