Mercurial > hg > xemacs-beta
changeset 834:9c4fcc216a5f
[xemacs-hg @ 2002-05-10 06:29:24 by adrian]
[PATCH] xemacs-21.5: Fix xemacs.mak for nmake distclean <u1ph0wuk.fsf@smtprelay.t-online.de>
author | adrian |
---|---|
date | Fri, 10 May 2002 06:29:24 +0000 |
parents | ee2d33cfc3c1 |
children | e7ad6587a7a0 |
files | nt/ChangeLog nt/xemacs.mak |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Thu May 09 13:49:42 2002 +0000 +++ b/nt/ChangeLog Fri May 10 06:29:24 2002 +0000 @@ -1,3 +1,7 @@ +2002-05-10 Adrian Aichner <adrian@xemacs.org> + + * xemacs.mak (OPTIMIZED_BUILD): Default variable. + 2002-05-06 Jonathan Harris <jonathan@xemacs.org> * README:
--- a/nt/xemacs.mak Thu May 09 13:49:42 2002 +0000 +++ b/nt/xemacs.mak Fri May 10 06:29:24 2002 +0000 @@ -176,6 +176,9 @@ !if !defined(DEBUG_XEMACS) DEBUG_XEMACS=0 !endif +!if !defined(OPTIMIZED_BUILD) +OPTIMIZED_BUILD=0 +!endif !if !defined(ERROR_CHECK_ALL) # Turn off when not a beta XEmacs. ERROR_CHECK_ALL=1