diff nt/makefile.def @ 27624:904a6e5948b5

(SYS_LDFLAGS): Add -nologo.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:33 +0000
parents ff5935fc211c
children 3bb820a403c0
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