repo.or.cz
/
wine
/
hramrach.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
shdoclc: Remove a space before an ellipsis in the Italian translation.
[wine/hramrach.git]
/
dlls
/
shdocvw
/
Makefile.in
blob
0459c9252f8c4cfac3dc864d6c0a1e1bea968dd8
1
EXTRADEFS
= -
D_SHDOCVW_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
shdocvw.dll
7
IMPORTLIB
=
shdocvw
8
IMPORTS
=
uuid shell32 comctl32 shlwapi user32 gdi32 advapi32
9
DELAYIMPORTS
=
version urlmon ole32 oleaut32
10
11
C_SRCS
=
\
12
classinfo.c \
13
client.c \
14
dochost.c \
15
events.c \
16
factory.c \
17
frame.c \
18
ie.c \
19
iexplore.c \
20
intshcut.c \
21
navigate.c \
22
oleobject.c \
23
persist.c \
24
shdocvw_main.c \
25
shlinstobj.c \
26
taskbarlist.c \
27
urlhist.c \
28
view.c \
29
webbrowser.c
30
31
RC_SRCS
=
\
32
De.rc \
33
En.rc \
34
Es.rc \
35
Fr.rc \
36
It.rc \
37
Ko.rc \
38
Lt.rc \
39
Nl.rc \
40
Pl.rc \
41
Ro.rc \
42
Sv.rc \
43
Uk.rc \
44
shdocvw.rc
45
46
IDL_TLB_SRCS
=
shdocvw_v1.idl
47
48
@MAKE_DLL_RULES@