projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shdocvw: Move OpenURL() from shdocvw_main.c into intshcut.c, and implement it.
[wine]
/
dlls
/
actxprxy
/
Makefile.in
1
MODULE = actxprxy.dll
2
IMPORTS = uuid oleaut32 ole32 rpcrt4
3
EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
4
5
EXTRA_OBJS = dlldata.o
6
7
C_SRCS = \
8
usrmarshal.c
9
10
IDL_P_SRCS = \
11
actxprxy_activscp.idl \
12
actxprxy_comcat.idl \
13
actxprxy_docobj.idl \
14
actxprxy_hlink.idl \
15
actxprxy_htiframe.idl \
16
actxprxy_objsafe.idl \
17
actxprxy_ocmm.idl \
18
actxprxy_servprov.idl \
19
actxprxy_shobjidl.idl \
20
actxprxy_urlhist.idl
21
22
@MAKE_DLL_RULES@