(SYS_LDFLAGS): Add setargv.obj for wildcard

expansion.  From Juanma Barranquero <lektu@terra.es>.
This commit is contained in:
Jason Rumney 2001-11-17 01:00:48 +00:00
parent eec004b01a
commit 635330084d

View file

@ -133,7 +133,7 @@ CFLAGS = -I. -DWIN32_LEAN_AND_MEAN $(ARCH_CFLAGS) -D$(ARCH) \
-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.