comparison 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
comparison
equal deleted inserted replaced
636:ae97e44a6527 637:2538b7200a20
1 2001-07-26 Stephen J. Turnbull <stephen@xemacs.org>
2
3 * xemacs.mak (configclean):
4 New target. Convenience for multiplatform builds (need to delete
5 the native config.h since it's newer than config.h.in).
6 (distclean): Use it.
7
8 * xemacs.mak (DEL):
9 Remove error-suppressing "-" from definition. Use variable in
10 shell structured commands. Prefix "-" to existing uses.
11 (DELS, DELSQ):
12 Remove definitions, WinME can't hack the switches.
13 (distclean):
14 Clean subdirectories of $(LISP) explicitly.
15
16 * xemacs.mak:
17 Move HAVE_WIDGET and HAVE_TOOLBAR configuration together.
18
1 2001-06-12 Stephen J. Turnbull <stephen@xemacs.org> 19 2001-06-12 Stephen J. Turnbull <stephen@xemacs.org>
2 20
3 * xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG. 21 * xemacs.mak (HAVE_ZLIB): New, defaults to HAVE_PNG.
4 (USE_MINITAR): Default to HAVE_ZLIB. 22 (USE_MINITAR): Default to HAVE_ZLIB.
5 (MSW_LIBS): Add comctl32.lib if HAVE_WIDGETS. 23 (MSW_LIBS): Add comctl32.lib if HAVE_WIDGETS.