view vpath.sed @ 40009:f6ecf530f0a3

(w32_load_system_font): Cache codepage for font, in font_info.charset field.
author Andrew Innes <andrewi@gnu.org>
date Wed, 17 Oct 2001 17:47:56 +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)\
\