diff nt/ChangeLog @ 637:2538b7200a20

[xemacs-hg @ 2001-07-26 06:21:45 by stephent] WinME fixes to nt/xemacs.mak.
author stephent
date Thu, 26 Jul 2001 06:21:45 +0000
parents 406bf4f67ac1
children b17040ffddd1
line wrap: on
line diff
--- a/nt/ChangeLog	Thu Jul 26 06:21:10 2001 +0000
+++ b/nt/ChangeLog	Thu Jul 26 06:21:45 2001 +0000
@@ -1,3 +1,21 @@
+2001-07-26  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* xemacs.mak (configclean):
+	New target.  Convenience for multiplatform builds (need to delete
+	the native config.h since it's newer than config.h.in).
+	(distclean): Use it.
+
+	* xemacs.mak (DEL):
+	Remove error-suppressing "-" from definition.  Use variable in
+	shell structured commands.  Prefix "-" to existing uses.
+	(DELS, DELSQ):
+	Remove definitions, WinME can't hack the switches.
+	(distclean):
+	Clean subdirectories of $(LISP) explicitly.
+
+	* xemacs.mak:
+	Move HAVE_WIDGET and HAVE_TOOLBAR configuration together.
+
 2001-06-12  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG.