wine/dlls/combase/Makefile.in
Jacek Caban 49b97bad94 combase: Use nameless unions.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-23 09:31:36 +01:00

24 lines
349 B
Makefile

MODULE = combase.dll
IMPORTLIB = combase
IMPORTS = advapi32 ole32 user32 gdi32 uuid rpcrt4
DELAYIMPORTS = oleaut32
EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
apartment.c \
combase.c \
errorinfo.c \
hglobalstream.c \
malloc.c \
marshal.c \
roapi.c \
rpc.c \
string.c \
stubmanager.c \
usrmarshal.c
IDL_SRCS = \
dcom.idl \
irpcss.idl