From 1385199e80ddf8b217251f728b5be027ffc7226b Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 14 Feb 2015 17:01:49 +0000 Subject: build: Removed Visual Studio SuppressStartupBanner directive for VC8+ Visual Studio 2005 and above defaults to disabling the startup banner for the Compiler, Linker and MIDL tools (with /NOLOGO). As such there is no need to explicitly set the SuppressStartupBanner directive, as this is a leftover from the VC7 and VC7.1 projects being upgraded to VC8 and above. --- projects/Windows/VC9/lib/libcurl.tmpl | 116 ---------------------------------- 1 file changed, 116 deletions(-) (limited to 'projects/Windows/VC9/lib') diff --git a/projects/Windows/VC9/lib/libcurl.tmpl b/projects/Windows/VC9/lib/libcurl.tmpl index 61827f857..4b53aa756 100644 --- a/projects/Windows/VC9/lib/libcurl.tmpl +++ b/projects/Windows/VC9/lib/libcurl.tmpl @@ -43,7 +43,6 @@ Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="true" - SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName="$(OutDir)\$(ProjectName).tlb" HeaderFileName="" @@ -57,7 +56,6 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" WarningLevel="3" - SuppressStartupBanner="true" DebugInformationFormat="3" />