changeset 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 dfee0026a079
children 1e9272790fe0
files nt/ChangeLog nt/xemacs.mak
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nt/ChangeLog	Tue Jun 25 08:09:02 2002 +0000
+++ b/nt/ChangeLog	Tue Jun 25 21:20:47 2002 +0000
@@ -1,3 +1,8 @@
+2002-06-25  Adrian Aichner  <adrian@xemacs.org>
+
+	* xemacs.mak (DEBUG_DEFINES): Initialize to empty for
+	DEBUG_XEMACS=0.
+
 2002-06-20  Ben Wing  <ben@xemacs.org>
 
 	* config.inc.samp (OPTIMIZED_BUILD):
--- 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