mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
79c64acc7b
This avoids trouble with the broken MingW libraries when cross-compiling the tests.
13 lines
245 B
Makefile
13 lines
245 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = d3drm.dll
|
|
IMPORTS = kernel32
|
|
|
|
CTESTS = vector.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|