regedit: An English (United States) spelling fix.
[wine/multimedia.git] / dlls / rpcrt4 / Makefile.in
blob812e7aa05c72f897203c22f601419989005279b6
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@
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
28 RC_SRCS = version.rc
30 IDL_C_SRCS = \
31 epm.idl
33 @MAKE_DLL_RULES@