cmd: Fix the Portuguese translations.
[wine/hacks.git] / dlls / rpcrt4 / Makefile.in
blobfed47461e1869d65b1ee85a28f26b14509667e68
1 EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = rpcrt4.dll
7 IMPORTLIB = rpcrt4
8 IMPORTS = uuid iphlpapi advapi32 kernel32 ntdll
9 DELAYIMPORTS = secur32 user32
11 C_SRCS = \
12 cproxy.c \
13 cpsf.c \
14 cstub.c \
15 ndr_clientserver.c \
16 ndr_contexthandle.c \
17 ndr_fullpointer.c \
18 ndr_marshall.c \
19 ndr_ole.c \
20 ndr_stubless.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 \
29 rpcss_np_client.c
31 RC_SRCS = version.rc
33 @MAKE_DLL_RULES@
35 @DEPENDENCIES@ # everything below this line is overwritten by make depend