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/VC8/lib/libcurl.tmpl | 116 ---------------------------------- projects/Windows/VC8/src/curlsrc.tmpl | 96 ---------------------------- 2 files changed, 212 deletions(-) (limited to 'projects/Windows/VC8') diff --git a/projects/Windows/VC8/lib/libcurl.tmpl b/projects/Windows/VC8/lib/libcurl.tmpl index 7c8f9ba6f..9462d468f 100644 --- a/projects/Windows/VC8/lib/libcurl.tmpl +++ b/projects/Windows/VC8/lib/libcurl.tmpl @@ -42,7 +42,6 @@ Name="VCMIDLTool" PreprocessorDefinitions="_DEBUG" MkTypLibCompatible="true" - SuppressStartupBanner="true" TargetEnvironment="1" TypeLibraryName="$(OutDir)\$(ProjectName).tlb" HeaderFileName="" @@ -56,7 +55,6 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" WarningLevel="3" - SuppressStartupBanner="true" DebugInformationFormat="3" />