diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.nt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.nt b/src/makefile.nt index 775b4c07daa..d452d942a99 100644 --- a/src/makefile.nt +++ b/src/makefile.nt | |||
| @@ -54,7 +54,7 @@ TRES = $(BLD)\emacs.rbj | |||
| 54 | !endif | 54 | !endif |
| 55 | TLASTLIB = $(BLD)\lastfile.lib | 55 | TLASTLIB = $(BLD)\lastfile.lib |
| 56 | 56 | ||
| 57 | LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map | 57 | LINK_FLAGS = $(ARCH_LDFLAGS) -stack:0x1000000 -base:0xD00000 -debug:full -debugtype:cv -machine:$(ARCH) -subsystem:$(SUBSYSTEM) -entry:_start -map:$(BLD)\temacs.map -map |
| 58 | 58 | ||
| 59 | # | 59 | # |
| 60 | # Split up the objects into two sets so that we don't run out of | 60 | # Split up the objects into two sets so that we don't run out of |