Mercurial > emacs
changeset 41179:05144f7eaa49
(SYS_LDFLAGS): Add setargv.obj for wildcard
expansion. From Juanma Barranquero <lektu@terra.es>.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Sat, 17 Nov 2001 01:00:48 +0000 |
parents | a639b1cc4fd5 |
children | cd7095561d3e |
files | nt/nmake.defs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.