Mercurial > emacs
view src/bitmaps/crosswv.xbm @ 95153:cb5e62e5a363
Allow for parallel byte-compiling.
(ELCFILES): New variable.
(.el.elc): Remove prerequisites from suffix rule. Print a message.
(compile-first, compile-main, compile-last): New targets.
(compile-always): Simplify - delete .elc files, then `make compile'.
(compile-calc): Use glob rather than find.
($(lisp)/progmodes/cc-mode.elc): Use $@.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 21 May 2008 03:51:42 +0000 |
parents | 8f14d08e19f7 |
children |
line wrap: on
line source
#define cross_weave_width 16 #define cross_weave_height 16 static unsigned char cross_weave_bits[] = { 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22, 0x55, 0x55, 0x88, 0x88, 0x55, 0x55, 0x22, 0x22};