aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.