From: <jpg...@us...> - 2008-04-03 17:54:39
|
Revision: 1385 http://iaxclient.svn.sourceforge.net/iaxclient/?rev=1385&view=rev Author: jpgrayson Date: 2008-04-03 10:54:45 -0700 (Thu, 03 Apr 2008) Log Message: ----------- Reduce noisy warnings by defining _CRT_SECURE_NO_WARNINGS. Modified Paths: -------------- trunk/contrib/win/vs2005/vtestcall.vcproj Modified: trunk/contrib/win/vs2005/vtestcall.vcproj =================================================================== --- trunk/contrib/win/vs2005/vtestcall.vcproj 2008-04-03 16:00:20 UTC (rev 1384) +++ trunk/contrib/win/vs2005/vtestcall.vcproj 2008-04-03 17:54:45 UTC (rev 1385) @@ -41,7 +41,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\..\lib;..\..\..\..\SDL\include" - PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WINDOWS" + PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_WINDOWS;_CRT_SECURE_NO_WARNINGS" MinimalRebuild="false" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -120,7 +120,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="..\..\..\lib;..\..\..\..\SDL\include" - PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WINDOWS" + PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_WINDOWS;_CRT_SECURE_NO_WARNINGS" RuntimeLibrary="2" WarningLevel="3" Detect64BitPortabilityProblems="true" @@ -175,6 +175,8 @@ /> </Configuration> </Configurations> + <References> + </References> <Files> <Filter Name="Source Files" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |