projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
msxml3: Support VT_I2 variants tracing.
[wine]
/
dlls
/
dispex
/
Makefile.in
1
MODULE = dispex.dll
2
IMPORTS = uuid oleaut32 ole32 rpcrt4 advapi32
3
EXTRADEFS = -DWINE_REGISTER_DLL -DPROXY_DELEGATION
4
5
EXTRA_OBJS = dlldata.o
6
7
C_SRCS = \
8
usrmarshal.c
9
10
IDL_P_SRCS = \
11
disp_ex.idl
12
13
IDL_R_SRCS = \
14
disp_ex.idl
15
16
@MAKE_DLL_RULES@