# HG changeset patch # User Jason Rumney # Date 1167410864 0 # Node ID fd8d04432f19ca40674f2ee123be1c1578f701a5 # Parent f6f8f3da57afa81dd5f1a297296591948b297ad5 (TEMACS_EXTRA_LINK): Remove duplicated flags from DEBUG_LINK. (DEBUG_LINK): Remove -debugtype:both diff -r f6f8f3da57af -r fd8d04432f19 nt/nmake.defs --- a/nt/nmake.defs Fri Dec 29 15:58:08 2006 +0000 +++ b/nt/nmake.defs Fri Dec 29 16:47:44 2006 +0000 @@ -139,7 +139,7 @@ # see comments in allocate_heap in w32heap.c before changing any of the # -stack, -heap, or -base settings. -TEMACS_EXTRA_LINK = -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -debug:full -debugtype:both -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) $(SUBSYSTEM_CONSOLE) -entry:_start -map:$(BLD)\temacs.map $(EXTRA_LINK) +TEMACS_EXTRA_LINK = -stack:0x00800000 -heap:0x00100000 -base:0x01000000 -pdb:$(BLD)\temacs.pdb -machine:$(ARCH) $(SUBSYSTEM_CONSOLE) -entry:_start -map:$(BLD)\temacs.map $(EXTRA_LINK) !ifdef NOOPT OBJDIR = obj @@ -173,7 +173,7 @@ DEBUG_LINK = !else DEBUG_FLAG = -Zi -DEBUG_LINK = -debug:full -debugtype:both +DEBUG_LINK = -debug:full !endif !if "$(ARCH)" == "i386"