diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-02-06 23:37:33 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-02-06 23:37:33 +0000 |
commit | 9e598d898ebb3bee3cdb745c186685078dd29ad0 (patch) | |
tree | e38264778ef16a7527029ad5d591357784e07a99 /nt/makefile.def | |
parent | 90abecd3296bd62baf61b8c08197d4a5eebcd350 (diff) | |
download | emacs-9e598d898ebb3bee3cdb745c186685078dd29ad0.tar.gz |
(SYS_LDFLAGS): Add -nologo.
Diffstat (limited to 'nt/makefile.def')
-rw-r--r-- | nt/makefile.def | 4 |
1 files changed, 2 insertions, 2 deletions
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 |