wine/dlls/ole32/tests/Makefile.in
Nikolay Sivov 1e6b130b85 ole32/tests: Add some more tests for interface redirection handling.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-10-31 00:33:46 +01:00

21 lines
326 B
Makefile

TESTDLL = ole32.dll
IMPORTS = oleaut32 ole32 user32 uuid gdi32 advapi32
SOURCES = \
clipboard.c \
compobj.c \
defaulthandler.c \
dragdrop.c \
errorinfo.c \
hglobalstream.c \
marshal.c \
moniker.c \
ole2.c \
ole_server.c \
propvariant.c \
stg_prop.c \
storage32.c \
testlib.c \
testlib.spec \
usrmarshal.c