repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rpcrt4: Split the transport layer into a different file.
[wine/multimedia.git]
/
dlls
/
rpcrt4
/
Makefile.in
blob
a4b0f63e9fb332c06b518607cad1fd611c7c3f5d
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
rpc_transport.c \
24
rpcrt4_main.c \
25
rpcss_np_client.c
26
27
SUBDIRS
=
tests
28
29
@MAKE_DLL_RULES@
30
31
### Dependencies: