wine/dlls/ole32/tests/Makefile.in
Eric Pouech a74217447c ole32/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-02 20:17:15 +01:00

20 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