1 EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
2 MODULE = rpcrt4.dll
3 IMPORTLIB = rpcrt4
4 IMPORTS = uuid advapi32
5 DELAYIMPORTS = iphlpapi wininet secur32 user32
6 EXTRALIBS = @SOCKETLIBS@
7
8 C_SRCS = \
9 cproxy.c \
10 cpsf.c \
11 cstub.c \
12 ndr_clientserver.c \
13 ndr_contexthandle.c \
14 ndr_es.c \
15 ndr_fullpointer.c \
16 ndr_marshall.c \
17 ndr_ole.c \
18 ndr_stubless.c \
19 rpc_assoc.c \
20 rpc_async.c \
21 rpc_binding.c \
22 rpc_epmap.c \
23 rpc_message.c \
24 rpc_server.c \
25 rpc_transport.c \
26 rpcrt4_main.c
27
28 RC_SRCS = version.rc
29
30 IDL_C_SRCS = \
31 epm.idl
32
33 @MAKE_DLL_RULES@
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.