Mercurial > emacs
changeset 13829:959a2af92455
(LINK_FLAGS): Dump symbol map when linking.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sun, 24 Dec 1995 00:38:18 +0000 |
parents | 612d7bd4b5d1 |
children | 8d30151f4acb |
files | src/makefile.nt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/makefile.nt Sat Dec 23 15:55:49 1995 +0000 +++ b/src/makefile.nt Sun Dec 24 00:38:18 1995 +0000 @@ -54,7 +54,7 @@ !endif TLASTLIB = $(BLD)\lastfile.lib -LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map +LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -map # # Split up the objects into two sets so that we don't run out of