mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
20 lines
336 B
Makefile
20 lines
336 B
Makefile
EXTRADEFS = -DWINOLE32API=
|
|
MODULE = combase.dll
|
|
IMPORTLIB = combase
|
|
IMPORTS = advapi32 ole32 user32 gdi32 uuid rpcrt4
|
|
DELAYIMPORTS = oleaut32
|
|
|
|
SOURCES = \
|
|
apartment.c \
|
|
combase.c \
|
|
dcom.idl \
|
|
errorinfo.c \
|
|
hglobalstream.c \
|
|
irpcss.idl \
|
|
malloc.c \
|
|
marshal.c \
|
|
roapi.c \
|
|
rpc.c \
|
|
string.c \
|
|
stubmanager.c \
|
|
usrmarshal.c
|