Mercurial > emacs
view vpath.sed @ 48483:cf6379011f93
(convert_mono_to_color_image): New function.
(xbm_load, xbm_load_image): Use it when foreground or background
is explicitly set.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 20 Nov 2002 23:12:00 +0000 |
parents | 4e736dcf8065 |
children | 695cf19ef79e |
line wrap: on
line source
/^VPATH *=/c\ # This works only in GNU make. Using the patterns avoids\ # object files being found by VPATH, and thus permits building\ # when $srcdir is configured itself.\ vpath %.c $(srcdir)\ vpath %.h $(srcdir)\ \