projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Corrected last error information.
[wine]
/
dlls
/
rpcrt4
/
Makefile.in
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 = librpcrt4.$(IMPLIBEXT)
8
IMPORTS = iphlpapi advapi32 kernel32 ntdll
9
EXTRALIBS = -luuid
10
11
C_SRCS = \
12
cproxy.c \
13
cpsf.c \
14
cstub.c \
15
ndr_marshall.c \
16
ndr_midl.c \
17
ndr_ole.c \
18
ndr_stubless.c \
19
rpc_binding.c \
20
rpc_epmap.c \
21
rpc_message.c \
22
rpc_server.c \
23
rpcrt4_main.c \
24
rpcss_np_client.c
25
26
SUBDIRS = tests
27
28
@MAKE_DLL_RULES@
29
30
### Dependencies: