summaryrefslogtreecommitdiff
path: root/nt/nmake.defs
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2004-05-03 14:19:40 +0000
committerJason Rumney <jasonr@gnu.org>2004-05-03 14:19:40 +0000
commit238add5e586e100ea2f7fd243d3ce57f98449b45 (patch)
treea0ab4e60f3a60042dcf84983f8b5b04b1c4f1a95 /nt/nmake.defs
parent5eb3d2a5149951c9ba57549fe278c57efbe106b6 (diff)
downloademacs-238add5e586e100ea2f7fd243d3ce57f98449b45.tar.gz
Remove files related to old msvc only windows build.
Diffstat (limited to 'nt/nmake.defs')
-rw-r--r--nt/nmake.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/nmake.defs b/nt/nmake.defs
index f4239e1a415..b06dd64020f 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -134,7 +134,7 @@ CFLAGS = -I. -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0400 $(ARCH_CFLAGS)
-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 setargv.obj
+SYS_LDFLAGS = -nologo -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.