diff options
| author | Jason Rumney | 2001-11-17 01:00:48 +0000 |
|---|---|---|
| committer | Jason Rumney | 2001-11-17 01:00:48 +0000 |
| commit | 635330084d96599de59413ed8a427ac18f785659 (patch) | |
| tree | 1480ed0ac3c667db556dc182cd3e123258550d25 | |
| parent | eec004b01ad8e37cc4934ce35de1e3e8acb5aaec (diff) | |
| download | emacs-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.defs | 2 |
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) |
| 134 | EMACS_EXTRA_C_FLAGS = | 134 | EMACS_EXTRA_C_FLAGS = |
| 135 | 135 | ||
| 136 | SYS_LDFLAGS = -release -incremental:no -version:3.10 -swaprun:cd -swaprun:net | 136 | SYS_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. |