Mercurial > hg > xemacs-beta
view etc/custom/option.xpm @ 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 | 5a88923fcbfe |
children | 7910031dd78a |
line wrap: on
line source
/* XPM */ static char *option[] = { /* width height num_colors chars_per_pixel */ " 17 17 4 1", /* colors */ ". c #000000", "a c #a8b038", "b c #f8f800", "c s None c None", /* pixels */ "ccccccccccccccccc", "ccccccccccccccccc", "cccccbbbbbbcccccc", "ccccbbbbbbbbccccc", "cccbbbaaaabbbcccc", "ccbbbaaaaaabbbccc", "cbbbaabbbaabbbbcc", "cbbbaababaabbbbcc", "cbbbbbbbaabbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbaabbbbbbcc", "cbbbbbbbbbbbbbbcc", "ccbbbbbaabbbbbccc", "cccbbbbaabbbbcccc", "ccccbbbbbbbbccccc", "cccccbbbbbbcccccc", "ccccccccccccccccc" };