From: <di...@us...> - 2013-03-06 14:30:34
|
Revision: 57730 http://sourceforge.net/p/firebird/code/57730 Author: dimitr Date: 2013-03-06 14:30:32 +0000 (Wed, 06 Mar 2013) Log Message: ----------- An ultimate solution for the CRT warnings targeted at both native and external (ICU, BTYACC) modules. Inspired by the ICU-only patch contributed by Dmitry Kovalenko. Modified Paths: -------------- firebird/branches/B2_5_Release/builds/win32/msvc8/firebird2.vsprops firebird/branches/B2_5_Release/builds/win32/msvc9/btyacc.vcproj firebird/branches/B2_5_Release/builds/win32/msvc9/firebird2.vsprops firebird/branches/B2_5_Release/extern/icu/source/allinone/firebird2intl.vsprops Modified: firebird/branches/B2_5_Release/builds/win32/msvc8/firebird2.vsprops =================================================================== --- firebird/branches/B2_5_Release/builds/win32/msvc8/firebird2.vsprops 2013-03-06 14:30:05 UTC (rev 57729) +++ firebird/branches/B2_5_Release/builds/win32/msvc8/firebird2.vsprops 2013-03-06 14:30:32 UTC (rev 57730) @@ -22,6 +22,7 @@ WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" + PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS" CompileAs="0" UseFullPaths="false" /> Modified: firebird/branches/B2_5_Release/builds/win32/msvc9/btyacc.vcproj =================================================================== --- firebird/branches/B2_5_Release/builds/win32/msvc9/btyacc.vcproj 2013-03-06 14:30:05 UTC (rev 57729) +++ firebird/branches/B2_5_Release/builds/win32/msvc9/btyacc.vcproj 2013-03-06 14:30:32 UTC (rev 57730) @@ -44,7 +44,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS" + PreprocessorDefinitions="WIN32;_DEBUG" MinimalRebuild="false" BasicRuntimeChecks="0" UsePrecompiledHeader="0" @@ -112,7 +112,7 @@ /> <Tool Name="VCCLCompilerTool" - PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS" + PreprocessorDefinitions="WIN32;NDEBUG" MinimalRebuild="false" UsePrecompiledHeader="0" /> Modified: firebird/branches/B2_5_Release/builds/win32/msvc9/firebird2.vsprops =================================================================== --- firebird/branches/B2_5_Release/builds/win32/msvc9/firebird2.vsprops 2013-03-06 14:30:05 UTC (rev 57729) +++ firebird/branches/B2_5_Release/builds/win32/msvc9/firebird2.vsprops 2013-03-06 14:30:32 UTC (rev 57730) @@ -22,6 +22,7 @@ WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" + PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS" CompileAs="0" UseFullPaths="false" /> Modified: firebird/branches/B2_5_Release/extern/icu/source/allinone/firebird2intl.vsprops =================================================================== --- firebird/branches/B2_5_Release/extern/icu/source/allinone/firebird2intl.vsprops 2013-03-06 14:30:05 UTC (rev 57729) +++ firebird/branches/B2_5_Release/extern/icu/source/allinone/firebird2intl.vsprops 2013-03-06 14:30:32 UTC (rev 57730) @@ -12,5 +12,6 @@ DisableLanguageExtensions="true" WarningLevel="3" DebugInformationFormat="3" + PreprocessorDefinitions="_CRT_SECURE_NO_WARNINGS" /> </VisualStudioPropertySheet> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |