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