mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
14 lines
256 B
Makefile
14 lines
256 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = d3dxof.dll
|
|
IMPORTS = d3dxof kernel32
|
|
|
|
CTESTS = \
|
|
d3dxof.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|