wine/dlls/d3d8/tests/Makefile.in

20 lines
356 B
Makefile
Raw Normal View History

2006-05-20 16:36:13 +00:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = d3d8.dll
IMPORTS = user32 kernel32
2006-10-16 22:42:19 +00:00
EXTRALIBS = -ldxerr8 -luuid -ldxguid
2006-05-20 16:36:13 +00:00
CTESTS = \
d3d8_main.c \
2006-10-16 22:42:19 +00:00
device.c \
2006-11-09 01:38:36 +00:00
surface.c \
2006-11-09 01:38:47 +00:00
texture.c \
2007-02-16 18:08:28 +00:00
visual.c \
2006-11-09 01:38:47 +00:00
volume.c
2006-05-20 16:36:13 +00:00
@MAKE_TEST_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend