mirror of
https://github.com/reactos/wine.git
synced 2025-02-13 08:44:54 +00:00
79c64acc7b
This avoids trouble with the broken MingW libraries when cross-compiling the tests.
15 lines
283 B
Makefile
15 lines
283 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = riched20.dll
|
|
IMPORTS = ole32 user32 gdi32 kernel32
|
|
|
|
CTESTS = \
|
|
editor.c \
|
|
richole.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|