mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 13:23:25 +00:00
14 lines
270 B
Makefile
14 lines
270 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = d3dx8.dll
|
|
IMPORTS = d3dx8 kernel32
|
|
EXTRALIBS = -ldxguid
|
|
|
|
CTESTS = math.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|