mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
20 lines
226 B
Makefile
20 lines
226 B
Makefile
TESTDLL = gdi32.dll
|
|
IMPORTS = user32 gdi32
|
|
|
|
C_SRCS = \
|
|
bitmap.c \
|
|
brush.c \
|
|
clipping.c \
|
|
dc.c \
|
|
font.c \
|
|
gdiobj.c \
|
|
generated.c \
|
|
icm.c \
|
|
mapping.c \
|
|
metafile.c \
|
|
palette.c \
|
|
path.c \
|
|
pen.c
|
|
|
|
@MAKE_TEST_RULES@
|