comparison nt/xemacs.mak @ 882:f503f1607e8b

[xemacs-hg @ 2002-06-25 21:20:47 by adrian] xemacs-21.5: Fix DEBUG_DEFINES for DEBUG_XEMACS=0 in xemacs.mak -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2002-06-25 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (DEBUG_DEFINES): Initialize to empty for DEBUG_XEMACS=0.
author adrian
date Tue, 25 Jun 2002 21:20:47 +0000
parents 79c6ff3eef26
children d90decf21e71
comparison
equal deleted inserted replaced
881:dfee0026a079 882:f503f1607e8b
374 !else 374 !else
375 375
376 # ---- No debugging support ---- 376 # ---- No debugging support ----
377 DEBUG_FLAGS_COMPILE= 377 DEBUG_FLAGS_COMPILE=
378 DEBUG_FLAGS_LINK=-incremental:no 378 DEBUG_FLAGS_LINK=-incremental:no
379 DEBUG_DEFINES=-DDEBUG_XEMACS -D_DEBUG 379 DEBUG_DEFINES=
380 BROWSERFLAGS= 380 BROWSERFLAGS=
381 381
382 !endif 382 !endif
383 383
384 !if $(USE_CRTDLL) 384 !if $(USE_CRTDLL)