From: Andrew Innes Date: Sun, 6 Feb 2000 23:37:33 +0000 (+0000) Subject: (SYS_LDFLAGS): Add -nologo. X-Git-Tag: emacs-pretest-21.0.90~5085 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e598d898ebb3bee3cdb745c186685078dd29ad0;p=emacs.git (SYS_LDFLAGS): Add -nologo. --- diff --git a/nt/makefile.def b/nt/makefile.def index 783f63fba8c..f6a81fd5504 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -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