projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
shdocvw: Convert coclass registration to the IRegistrar mechanism.
[wine]
/
dlls
/
shdocvw
/
Makefile.in
1
EXTRADEFS = -D_SHDOCVW_
2
MODULE = shdocvw.dll
3
IMPORTLIB = shdocvw
4
IMPORTS = uuid shell32 comctl32 shlwapi user32 gdi32 advapi32
5
DELAYIMPORTS = version urlmon ole32 oleaut32
6
7
C_SRCS = \
8
classinfo.c \
9
client.c \
10
dochost.c \
11
events.c \
12
factory.c \
13
frame.c \
14
ie.c \
15
iexplore.c \
16
intshcut.c \
17
navigate.c \
18
oleobject.c \
19
persist.c \
20
shdocvw_main.c \
21
shlinstobj.c \
22
taskbarlist.c \
23
urlhist.c \
24
view.c \
25
webbrowser.c
26
27
RC_SRCS = \
28
De.rc \
29
En.rc \
30
Es.rc \
31
Fr.rc \
32
He.rc \
33
It.rc \
34
Ko.rc \
35
Lt.rc \
36
Nl.rc \
37
Pl.rc \
38
Pt.rc \
39
Ro.rc \
40
Si.rc \
41
Sr.rc \
42
Sv.rc \
43
Uk.rc \
44
shdocvw.rc
45
46
PO_SRCS = shdocvw.rc
47
48
SVG_SRCS = \
49
ietoolbar.svg
50
51
IDL_TLB_SRCS = shdocvw_v1.idl
52
IDL_R_SRCS = shdocvw_v1.idl
53
54
@MAKE_DLL_RULES@