repo.or.cz
/
wine
/
hacks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
push 03a3a57b2cb0f04a407e0402cee1b8af235438bc
[wine/hacks.git]
/
dlls
/
rpcrt4
/
Makefile.in
blob
686144a3f9fada19cf2713672b16e33527060357
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@