wine/dlls/ole32/tests/Makefile.in
Alexandre Julliard 79c64acc7b tests: Don't depend on the static uuid libraries in the tests.
This avoids trouble with the broken MingW libraries when
cross-compiling the tests.
2008-07-08 17:51:45 +02:00

25 lines
447 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
TESTDLL = ole32.dll
IMPORTS = oleaut32 ole32 user32 gdi32 advapi32 kernel32
CTESTS = \
clipboard.c \
compobj.c \
dragdrop.c \
errorinfo.c \
hglobalstream.c \
marshal.c \
moniker.c \
ole2.c \
propvariant.c \
stg_prop.c \
storage32.c \
usrmarshal.c
@MAKE_TEST_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend