Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
833:ee2d33cfc3c1 | 834:9c4fcc216a5f |
---|---|
173 !if !defined(HAVE_WIDGETS) | 173 !if !defined(HAVE_WIDGETS) |
174 HAVE_WIDGETS=1 | 174 HAVE_WIDGETS=1 |
175 !endif | 175 !endif |
176 !if !defined(DEBUG_XEMACS) | 176 !if !defined(DEBUG_XEMACS) |
177 DEBUG_XEMACS=0 | 177 DEBUG_XEMACS=0 |
178 !endif | |
179 !if !defined(OPTIMIZED_BUILD) | |
180 OPTIMIZED_BUILD=0 | |
178 !endif | 181 !endif |
179 !if !defined(ERROR_CHECK_ALL) | 182 !if !defined(ERROR_CHECK_ALL) |
180 # Turn off when not a beta XEmacs. | 183 # Turn off when not a beta XEmacs. |
181 ERROR_CHECK_ALL=1 | 184 ERROR_CHECK_ALL=1 |
182 !endif | 185 !endif |