changeset 27624:904a6e5948b5

(SYS_LDFLAGS): Add -nologo.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:33 +0000
parents fc75f27fefc4
children fa66d09c3310
files nt/makefile.def
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nt/makefile.def	Sun Feb 06 23:37:19 2000 +0000
+++ b/nt/makefile.def	Sun Feb 06 23:37:33 2000 +0000
@@ -136,9 +136,9 @@
 
 # We want any debugging info in the executable.
 !if "$(LINK)" == "link32"
-SYS_LDFLAGS	= 
+SYS_LDFLAGS	= -nologo
 !else
-SYS_LDFLAGS	= -release -incremental:no -version:3.10
+SYS_LDFLAGS	= -nologo -release -incremental:no -version:3.10
 !endif
 
 # Tag the executables to run out of the swapfile when execute off CD or network shares