18 lines
329 B
Makefile
18 lines
329 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ddraw.dll
|
|
IMPORTS = ddraw user32 gdi32 kernel32
|
|
EXTRALIBS = -ldxguid
|
|
|
|
CTESTS = \
|
|
d3d.c \
|
|
ddrawmodes.c \
|
|
dsurface.c \
|
|
refcount.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|