mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
79c64acc7b
This avoids trouble with the broken MingW libraries when cross-compiling the tests.
16 lines
274 B
Makefile
16 lines
274 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = itss.dll
|
|
IMPORTS = ole32 kernel32
|
|
|
|
CTESTS = \
|
|
protocol.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|