Mercurial > hg > xemacs-beta
diff nt/xemacs.mak @ 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 | 28426972f654 |
children | 182d9d1c71a5 |
line wrap: on
line diff
--- 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