cmd: DIR command outputs free space for the path.
[wine.git] / dlls / rpcrt4 / Makefile.in
blob3542118d1a0f4d8967c917519ab9f840f4e900e1
1 EXTRADEFS = -D_RPCRT4_ -DMSWMSG
2 MODULE = rpcrt4.dll
3 IMPORTLIB = rpcrt4
4 IMPORTS = uuid advapi32
5 DELAYIMPORTS = iphlpapi wininet secur32 user32 ws2_32 ole32 oleaut32
7 ndr_types_EXTRAIDLFLAGS = -Oicf
9 C_SRCS = \
10 cproxy.c \
11 cpsf.c \
12 cstub.c \
13 ndr_clientserver.c \
14 ndr_contexthandle.c \
15 ndr_es.c \
16 ndr_fullpointer.c \
17 ndr_marshall.c \
18 ndr_ole.c \
19 ndr_stubless.c \
20 ndr_typelib.c \
21 rpc_assoc.c \
22 rpc_async.c \
23 rpc_binding.c \
24 rpc_epmap.c \
25 rpc_message.c \
26 rpc_server.c \
27 rpc_transport.c \
28 rpcrt4_main.c
30 RC_SRCS = version.rc
32 IDL_SRCS = \
33 epm.idl \
34 ndr_types.idl