From: <pst...@us...> - 2012-11-29 20:53:10
|
Revision: 914 http://jazzplusplus.svn.sourceforge.net/jazzplusplus/?rev=914&view=rev Author: pstieber Date: 2012-11-29 20:53:03 +0000 (Thu, 29 Nov 2012) Log Message: ----------- 1. Disabled VS warning 4996. 2. VS automatically made the other changes. Modified Paths: -------------- trunk/jazz/portmidi/pm_win/portmidi-VC9.vcproj Modified: trunk/jazz/portmidi/pm_win/portmidi-VC9.vcproj =================================================================== --- trunk/jazz/portmidi/pm_win/portmidi-VC9.vcproj 2012-11-29 18:28:27 UTC (rev 913) +++ trunk/jazz/portmidi/pm_win/portmidi-VC9.vcproj 2012-11-29 20:53:03 UTC (rev 914) @@ -57,6 +57,7 @@ WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" @@ -93,7 +94,7 @@ /> </Configuration> <Configuration - Name="Release VC9|Win32" + Name="Debug VC9|x64" OutputDirectory="BuildDir\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="BuildDir\$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" @@ -115,29 +116,31 @@ /> <Tool Name="VCMIDLTool" + TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" + Optimization="0" AdditionalIncludeDirectories="..\pm_common;..\porttime;..\pm_win" - PreprocessorDefinitions="WIN32;_LIB" - StringPooling="true" - RuntimeLibrary="2" - EnableFunctionLevelLinking="true" + PreprocessorDefinitions="_LIB;DEBUG;PM_CHECK_ERRORS;_DEBUG" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" PrecompiledHeaderFile=".\$(OutDir)\portmidi.pch" AssemblerListingLocation=".\$(OutDir)\" ObjectFile=".\$(OutDir)\" ProgramDataBaseFileName=".\$(OutDir)\" WarningLevel="3" SuppressStartupBanner="true" + DebugInformationFormat="3" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" - PreprocessorDefinitions="NDEBUG" + PreprocessorDefinitions="_DEBUG" Culture="1033" /> <Tool @@ -167,7 +170,7 @@ /> </Configuration> <Configuration - Name="Debug VC9|x64" + Name="Release VC9|Win32" OutputDirectory="BuildDir\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="BuildDir\$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" @@ -189,30 +192,30 @@ /> <Tool Name="VCMIDLTool" - TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" - Optimization="0" + Optimization="2" + InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\pm_common;..\porttime;..\pm_win" - PreprocessorDefinitions="_LIB;DEBUG;PM_CHECK_ERRORS;_DEBUG" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="3" + PreprocessorDefinitions="WIN32;_LIB" + StringPooling="true" + RuntimeLibrary="2" + EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\$(OutDir)\portmidi.pch" AssemblerListingLocation=".\$(OutDir)\" ObjectFile=".\$(OutDir)\" ProgramDataBaseFileName=".\$(OutDir)\" WarningLevel="3" SuppressStartupBanner="true" - DebugInformationFormat="3" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" /> <Tool Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" + PreprocessorDefinitions="NDEBUG" Culture="1033" /> <Tool @@ -281,6 +284,7 @@ ProgramDataBaseFileName=".\$(OutDir)\" WarningLevel="3" SuppressStartupBanner="true" + DisableSpecificWarnings="4996" /> <Tool Name="VCManagedResourceCompilerTool" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |