makefiles: Explicitly create destination dirs when installing symlinks.
[wine/zf.git] / dlls / rpcrt4 / Makefile.in
blobe29016189d04a463b0a9e9c3593f375f195d8b1a
1 EXTRADEFS = -D_RPCRT4_ -DMSWMSG
2 MODULE = rpcrt4.dll
3 IMPORTLIB = rpcrt4
4 IMPORTS = uuid advapi32
5 DELAYIMPORTS = iphlpapi wininet secur32 user32 ws2_32 oleaut32
7 EXTRADLLFLAGS = -mno-cygwin
9 ndr_types_EXTRAIDLFLAGS = -Oicf
11 C_SRCS = \
12 cproxy.c \
13 cpsf.c \
14 cstub.c \
15 ndr_clientserver.c \
16 ndr_contexthandle.c \
17 ndr_es.c \
18 ndr_fullpointer.c \
19 ndr_marshall.c \
20 ndr_ole.c \
21 ndr_stubless.c \
22 ndr_typelib.c \
23 rpc_assoc.c \
24 rpc_async.c \
25 rpc_binding.c \
26 rpc_epmap.c \
27 rpc_message.c \
28 rpc_server.c \
29 rpc_transport.c \
30 rpcrt4_main.c
32 RC_SRCS = version.rc
34 IDL_SRCS = \
35 epm.idl \
36 ndr_types.idl