- Prefix many more functions, types, structs, etc. with MSVCRT_.
[wine] / dlls / rpcrt4 / Makefile.in
1 EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = rpcrt4.dll
7 IMPORTS   = advapi32 kernel32 ntdll
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         cproxy.c \
12         cpsf.c \
13         cstub.c \
14         ndr_marshall.c \
15         ndr_midl.c \
16         ndr_ole.c \
17         ndr_stubless.c \
18         rpc_binding.c \
19         rpc_epmap.c \
20         rpc_message.c \
21         rpc_server.c \
22         rpcrt4_main.c \
23         rpcss_np_client.c
24
25 SUBDIRS = tests
26
27 @MAKE_DLL_RULES@
28
29 ### Dependencies: