comparison nt/gmake.defs @ 90261:7beb78bc1f8e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 616-696) - Add lisp/mh-e/.arch-inventory - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: lisp/smerge-mode.el: Add 'tools' to file keywords. - lisp/gnus/ChangeLog: Remove duplicate entry * gnus--rel--5.10 (patch 147-181) - Update from CVS - Merge from emacs--cvs-trunk--0 - Update from CVS: lisp/mml.el (mml-preview): Doc fix. - Update from CVS: texi/message.texi: Fix default values. - Update from CVS: texi/gnus.texi (RSS): Addition.
author Miles Bader <miles@gnu.org>
date Mon, 16 Jan 2006 08:37:27 +0000
parents 2d92f5c9d6ae 777686a58a18
children c5406394f567
comparison
equal deleted inserted replaced
90260:0ca0d9181b5e 90261:7beb78bc1f8e
189 $(DEBUG_CFLAGS) $(USER_CFLAGS) $(LOCAL_FLAGS) 189 $(DEBUG_CFLAGS) $(USER_CFLAGS) $(LOCAL_FLAGS)
190 EMACS_EXTRA_C_FLAGS = -DUSE_CRT_DLL=1 190 EMACS_EXTRA_C_FLAGS = -DUSE_CRT_DLL=1
191 191
192 # see comments in allocate_heap in w32heap.c before changing any of the 192 # see comments in allocate_heap in w32heap.c before changing any of the
193 # -stack, -heap, or -image-base settings. 193 # -stack, -heap, or -image-base settings.
194 TEMACS_EXTRA_LINK = -Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 -g $(SUBSYSTEM_CONSOLE) -Wl,-entry,__start -Wl,-Map,$(BLD)/temacs.map 194 TEMACS_EXTRA_LINK = -Wl,-stack,0x00800000 -Wl,-heap,0x00100000 -Wl,-image-base,0x01000000 $(SUBSYSTEM_CONSOLE) -Wl,-entry,__start -Wl,-Map,$(BLD)/temacs.map
195 195
196 ifdef NOOPT 196 ifdef NOOPT
197 OBJDIR = oo 197 OBJDIR = oo
198 else 198 else
199 OBJDIR = oo-spd 199 OBJDIR = oo-spd
240 240
241 ifdef NODEBUG 241 ifdef NODEBUG
242 DEBUG_FLAG = 242 DEBUG_FLAG =
243 DEBUG_LINK = 243 DEBUG_LINK =
244 else 244 else
245 DEBUG_FLAG = -g 245 DEBUG_FLAG = -gstabs+ -g3
246 DEBUG_LINK = -g 246 DEBUG_LINK = -gstabs+ -g3
247 endif 247 endif
248 248
249 ifdef NOCYGWIN 249 ifdef NOCYGWIN
250 NOCYGWIN = -mno-cygwin 250 NOCYGWIN = -mno-cygwin
251 endif 251 endif