repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ole32/tests: Relax the reference counting tests a bit. We only care whether reference...
[wine/hramrach.git]
/
dlls
/
rpcrt4
/
tests
/
Makefile.in
blob
a2609dd9ae80c5b5d9582db6de9885d2b1450991
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
TESTDLL
=
rpcrt4.dll
6
IMPORTS
=
ole32 rpcrt4 advapi32
7
EXTRAIDLFLAGS
= --
prefix-server
=
s_
8
9
IDL_C_SRCS
=
server.idl
10
IDL_S_SRCS
=
server.idl
11
12
C_SRCS
=
\
13
cstub.c \
14
generated.c \
15
ndr_marshall.c \
16
rpc.c \
17
rpc_async.c \
18
rpc_protseq.c \
19
server.c
20
21
@MAKE_TEST_RULES@