]> git.eshelyaron.com Git - emacs.git/commitdiff
(SYS_LDFLAGS): Add -nologo.
authorAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:33 +0000 (23:37 +0000)
committerAndrew Innes <andrewi@gnu.org>
Sun, 6 Feb 2000 23:37:33 +0000 (23:37 +0000)
nt/makefile.def

index 783f63fba8ccc854f73a77210b612936d96522f3..f6a81fd55041c5fd6db5a83655547d415c027fa1 100644 (file)
@@ -136,9 +136,9 @@ BASE_LIBS   = $(libc) $(baselibs) -nodefaultlib:oldnames.lib
 
 # 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