mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
12 lines
150 B
Makefile
12 lines
150 B
Makefile
TESTDLL = dwrite.dll
|
|
IMPORTS = dwrite gdi32 user32
|
|
|
|
C_SRCS = \
|
|
analyzer.c \
|
|
font.c \
|
|
layout.c
|
|
|
|
FONT_SRCS = \
|
|
wine_test.sfd
|
|
|
|
RC_SRCS = resource.rc
|