projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wined3d: Check for unread registers in a more logical way in handle_ps3_input().
[wine]
/
dlls
/
dispex
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dispex.dll
6
IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32
7
EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
8
9
EXTRA_OBJS = dlldata.o
10
11
C_SRCS = \
12
usrmarshal.c
13
14
IDL_P_SRCS = \
15
disp_ex.idl
16
17
@MAKE_DLL_RULES@