]> git.ipfire.org Git - thirdparty/curl.git/commit
build: Removed Visual Studio SuppressStartupBanner directive for VC8+
authorSteve Holme <steve_holme@hotmail.com>
Sat, 14 Feb 2015 17:01:49 +0000 (17:01 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 14 Feb 2015 20:26:03 +0000 (20:26 +0000)
commit1385199e80ddf8b217251f728b5be027ffc7226b
tree42825f31f3893e7ffdd23475e01df1aad1675275
parentaba2c4dca2601cb942f47ea9622e01001c01b799
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/VC10/lib/libcurl.tmpl
projects/Windows/VC10/src/curlsrc.tmpl
projects/Windows/VC11/lib/libcurl.tmpl
projects/Windows/VC11/src/curlsrc.tmpl
projects/Windows/VC12/lib/libcurl.tmpl
projects/Windows/VC12/src/curlsrc.tmpl
projects/Windows/VC8/lib/libcurl.tmpl
projects/Windows/VC8/src/curlsrc.tmpl
projects/Windows/VC9/lib/libcurl.tmpl
projects/Windows/VC9/src/curlsrc.tmpl