blob: 812e7aa05c72f897203c22f601419989005279b6 [file] [log] [blame]
EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
MODULE = rpcrt4.dll
IMPORTLIB = rpcrt4
IMPORTS = uuid advapi32
DELAYIMPORTS = iphlpapi wininet secur32 user32
EXTRALIBS = @SOCKETLIBS@
C_SRCS = \
cproxy.c \
cpsf.c \
cstub.c \
ndr_clientserver.c \
ndr_contexthandle.c \
ndr_es.c \
ndr_fullpointer.c \
ndr_marshall.c \
ndr_ole.c \
ndr_stubless.c \
rpc_assoc.c \
rpc_async.c \
rpc_binding.c \
rpc_epmap.c \
rpc_message.c \
rpc_server.c \
rpc_transport.c \
rpcrt4_main.c
RC_SRCS = version.rc
IDL_C_SRCS = \
epm.idl
@MAKE_DLL_RULES@