wine/dlls/gdi/tests/Makefile.in
Dmitry Timoshkov 48bb687dfb gdi: Separate GDI tests by moving them into appropriate files.
Separate GDI tests by moving them into appropriate files:
bitmap tests to bitmap.c, font test to font.c, pen tests to pen.c.
2006-04-03 21:35:03 +02:00

24 lines
323 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = gdi32.dll
IMPORTS = user32 gdi32 kernel32
CTESTS = \
bitmap.c \
brush.c \
clipping.c \
dc.c \
font.c \
gdiobj.c \
generated.c \
mapping.c \
metafile.c \
palette.c \
pen.c
@MAKE_TEST_RULES@
### Dependencies: