projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Setup the FBO for the correct target in context_apply_clear_state().
[wine]
/
dlls
/
rpcrt4
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = rpcrt4.dll
6
IMPORTS = ole32 rpcrt4 advapi32 kernel32
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@