repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
wined3d: Print a FIXME/WARN for all unsupported vertex blend flags.
[wine.git]
/
dlls
/
shdocvw
/
Makefile.in
blob
f6239329980f29a84064d3015a303a983a315e37
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 shlwapi user32 gdi32 advapi32 kernel32
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
=
shdocvw.rc
32
IDL_TLB_SRCS
=
shdocvw_v1.idl
33
34
@MAKE_DLL_RULES@