# HG changeset patch # User Jason Rumney # Date 1005958848 0 # Node ID 05144f7eaa4982f8f6f3278388ed8656d1ee953c # Parent a639b1cc4fd59a99540433d9b4d2127fe575b8a6 (SYS_LDFLAGS): Add setargv.obj for wildcard expansion. From Juanma Barranquero . diff -r a639b1cc4fd5 -r 05144f7eaa49 nt/nmake.defs --- a/nt/nmake.defs Sat Nov 17 01:00:14 2001 +0000 +++ b/nt/nmake.defs Sat Nov 17 01:00:48 2001 +0000 @@ -133,7 +133,7 @@ -D_CRTAPI1=_cdecl $(DEBUG_CFLAGS) $(USER_CFLAGS) $(LOCAL_FLAGS) EMACS_EXTRA_C_FLAGS = -SYS_LDFLAGS = -release -incremental:no -version:3.10 -swaprun:cd -swaprun:net +SYS_LDFLAGS = -release -incremental:no -version:3.10 -swaprun:cd -swaprun:net setargv.obj # see comments in allocate_heap in w32heap.c before changing any of the # -stack, -heap, or -base settings.