projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Order the helper constants a bit better.
[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 = rpcrt4
8
IMPORTS = uuid advapi32 kernel32 ntdll
9
DELAYIMPORTS = iphlpapi wininet secur32 user32
10
EXTRALIBS = @SOCKETLIBS@
11
12
C_SRCS = \
13
cproxy.c \
14
cpsf.c \
15
cstub.c \
16
ndr_clientserver.c \
17
ndr_contexthandle.c \
18
ndr_es.c \
19
ndr_fullpointer.c \
20
ndr_marshall.c \
21
ndr_ole.c \
22
ndr_stubless.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
31
32
RC_SRCS = version.rc
33
34
IDL_C_SRCS = \
35
epm.idl
36
37
@MAKE_DLL_RULES@