mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
vertical2.sfd is based on vertical.sfd. However, it has a different GSUB table for testing.
32 lines
499 B
Makefile
32 lines
499 B
Makefile
TESTDLL = gdi32.dll
|
|
IMPORTS = setupapi user32 gdi32 advapi32
|
|
|
|
SOURCES = \
|
|
bitmap.c \
|
|
brush.c \
|
|
clipping.c \
|
|
dc.c \
|
|
dib.c \
|
|
driver.c \
|
|
font.c \
|
|
gdiobj.c \
|
|
generated.c \
|
|
icm.c \
|
|
mapping.c \
|
|
metafile.c \
|
|
palette.c \
|
|
path.c \
|
|
pen.c \
|
|
resource.rc \
|
|
vertical.sfd \
|
|
vertical2.sfd \
|
|
wine_heavy.sfd \
|
|
wine_langnames.sfd \
|
|
wine_langnames2.sfd \
|
|
wine_langnames3.sfd \
|
|
wine_longname.sfd \
|
|
wine_nul.sfd \
|
|
wine_test.sfd \
|
|
wine_ttfnames.sfd \
|
|
wine_ttfnames_bold.sfd \
|
|
wine_vdmx.sfd
|