(SYS_LDFLAGS): Add setargv.obj for wildcard
expansion. From Juanma Barranquero <lektu@terra.es>.
This commit is contained in:
parent
eec004b01a
commit
635330084d
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue