From ba15bd1171dfb8e403b6ea111fcda7db144d5a7c Mon Sep 17 00:00:00 2001 From: twanvl Date: Thu, 15 Jan 2009 14:22:10 +0000 Subject: [PATCH] disable profiler in windows release builds git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1355 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/mse.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mse.vcproj b/src/mse.vcproj index cca89ff4..6d5271d5 100644 --- a/src/mse.vcproj +++ b/src/mse.vcproj @@ -95,7 +95,7 @@ OptimizeForProcessor="0" OptimizeForWindowsApplication="TRUE" AdditionalIncludeDirectories=".; "$(WX_PATH)/include"; "$(WX_PATH)\lib\vc_lib\msw"" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT" + PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;USE_SCRIPT_PROFILING=0" StringPooling="TRUE" RuntimeLibrary="4" BufferSecurityCheck="FALSE" @@ -241,7 +241,7 @@ OptimizeForProcessor="2" OptimizeForWindowsApplication="TRUE" AdditionalIncludeDirectories=".; "$(WX_PATH)/include"; "$(WX_PATH)\lib\vc_lib\mswu"" - PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;UNICODE;_UNICODE;wxUSE_UNICODE" + PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;__WINDOWS__;__WXMSW__;__WIN95__;__WIN32__;WINVER=0x0400;STRICT;UNICODE;_UNICODE;wxUSE_UNICODE;USE_SCRIPT_PROFILING=0" StringPooling="TRUE" RuntimeLibrary="0" BufferSecurityCheck="FALSE"