1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-01 07:14:31 +00:00
wine/dlls/rpcrt4/Makefile.in
2024-05-02 09:22:40 +02:00

31 lines
542 B
Makefile

EXTRADEFS = -D_RPCRT4_ -DMSWMSG
MODULE = rpcrt4.dll
IMPORTLIB = rpcrt4
IMPORTS = uuid advapi32
DELAYIMPORTS = iphlpapi wininet secur32 user32 ws2_32 ole32 oleaut32
SOURCES = \
cproxy.c \
cpsf.c \
cstub.c \
epm.idl \
ndr_clientserver.c \
ndr_contexthandle.c \
ndr_es.c \
ndr_fullpointer.c \
ndr_marshall.c \
ndr_ole.c \
ndr_stubless.c \
ndr_typelib.c \
ndr_types.idl \
rpc_assoc.c \
rpc_async.c \
rpc_binding.c \
rpc_epmap.c \
rpc_message.c \
rpc_server.c \
rpc_transport.c \
rpcrt4_main.c \
thunks.c \
version.rc