diff 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
line wrap: on
line diff
--- a/nt/xemacs.mak	Tue Jun 25 08:09:02 2002 +0000
+++ b/nt/xemacs.mak	Tue Jun 25 21:20:47 2002 +0000
@@ -376,7 +376,7 @@
 # ---- No debugging support ----
 DEBUG_FLAGS_COMPILE=
 DEBUG_FLAGS_LINK=-incremental:no
-DEBUG_DEFINES=-DDEBUG_XEMACS -D_DEBUG 
+DEBUG_DEFINES=
 BROWSERFLAGS=
 
 !endif