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/src/curlsrc.tmpl | 96 ----------------------------------- 1 file changed, 96 deletions(-) (limited to 'projects/Windows/VC9/src') diff --git a/projects/Windows/VC9/src/curlsrc.tmpl b/projects/Windows/VC9/src/curlsrc.tmpl index d3ec2be2e..740eb22b5 100644 --- a/projects/Windows/VC9/src/curlsrc.tmpl +++ b/projects/Windows/VC9/src/curlsrc.tmpl @@ -54,7 +54,6 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" WarningLevel="3" - SuppressStartupBanner="true" />