view vpath.sed @ 90878:efe9a1312ac6

* w32fns.c (w32_load_system_font): Fix detecting FIXED_PITCH fonts. (x_to_w32_font): Fill in lfPitchAndFamily correctly. * w32fns.c [USE_FONT_BACKEND]: Port font backend changes from xfns.c. (x_to_w32_charset, w32_to_x_charset): Expose externally.
author Jason Rumney <jasonr@gnu.org>
date Thu, 31 May 2007 13:09:08 +0000
parents 68c22ea6027c
children
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)\
\

# arch-tag: 56a64b50-e4e8-443a-960f-f13af0f1a545