aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2001-11-17 01:00:48 +0000
committerJason Rumney2001-11-17 01:00:48 +0000
commit635330084d96599de59413ed8a427ac18f785659 (patch)
tree1480ed0ac3c667db556dc182cd3e123258550d25
parenteec004b01ad8e37cc4934ce35de1e3e8acb5aaec (diff)
downloademacs-635330084d96599de59413ed8a427ac18f785659.tar.gz
emacs-635330084d96599de59413ed8a427ac18f785659.zip
(SYS_LDFLAGS): Add setargv.obj for wildcard
expansion. From Juanma Barranquero <lektu@terra.es>.
-rw-r--r--nt/nmake.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/nmake.defs b/nt/nmake.defs
index 178a43f8bc0..79e5b599b3a 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -133,7 +133,7 @@ CFLAGS = -I. -DWIN32_LEAN_AND_MEAN $(ARCH_CFLAGS) -D$(ARCH) \
133 -D_CRTAPI1=_cdecl $(DEBUG_CFLAGS) $(USER_CFLAGS) $(LOCAL_FLAGS) 133 -D_CRTAPI1=_cdecl $(DEBUG_CFLAGS) $(USER_CFLAGS) $(LOCAL_FLAGS)
134EMACS_EXTRA_C_FLAGS = 134EMACS_EXTRA_C_FLAGS =
135 135
136SYS_LDFLAGS = -release -incremental:no -version:3.10 -swaprun:cd -swaprun:net 136SYS_LDFLAGS = -release -incremental:no -version:3.10 -swaprun:cd -swaprun:net setargv.obj
137 137
138# see comments in allocate_heap in w32heap.c before changing any of the 138# see comments in allocate_heap in w32heap.c before changing any of the
139# -stack, -heap, or -base settings. 139# -stack, -heap, or -base settings.