comparison nt/ChangeLog @ 494:4137b1fb7b90

[xemacs-hg @ 2001-05-01 07:23:47 by ben] * xemacs.mak (DEPEND): Don't add config.inc to the horked depend file. It's not recognized by nmake and just results in warnings. * xemacs.mak (docfile): Don't use $(DEL) in the middle of a shell command, because it will try to call `-del' and fail.
author ben
date Tue, 01 May 2001 07:23:47 +0000
parents 1e7b510d04f6
children 02f7a782086f
comparison
equal deleted inserted replaced
493:610e4ba94a4d 494:4137b1fb7b90
1 2001-05-01 Ben Wing <ben@xemacs.org>
2
3 * xemacs.mak (DEPEND):
4 Don't add config.inc to the horked depend file. It's not
5 recognized by nmake and just results in warnings.
6 * xemacs.mak (docfile):
7 Don't use $(DEL) in the middle of a shell command, because it
8 will try to call `-del' and fail.
9
10 2001-04-23 Ben Wing <ben@xemacs.org>
11
12 * minitar.c:
13 * minitar.c (Usage):
14 * minitar.c (octal):
15 * minitar.c (makepath):
16 * minitar.c (main):
17 Fix more compiler warnings, clean up the style to conform
18 more to standard XEmacs.
19
1 2001-04-27 Adrian Aichner <adrian@xemacs.org> 20 2001-04-27 Adrian Aichner <adrian@xemacs.org>
2 21
3 * compface.mak (clean): New target. 22 * compface.mak (clean): New target.
4 * xemacs.mak: Use $(DEL) everywhere, instead of some occurences of 23 * xemacs.mak: Use $(DEL) everywhere, instead of some occurences of
5 del and @$(DEL). Add GTK supporting variables and document it as 24 del and @$(DEL). Add GTK supporting variables and document it as