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
winex11.drv: Fix handle leak.
[wine.git]
/
dlls
/
ieframe
/
Makefile.in
blob
3d2fb348eec833968fd1243ff59c74e1be0c1ba3
1
MODULE
=
ieframe.dll
2
IMPORTLIB
=
ieframe
3
IMPORTS
=
uuid urlmon shell32 comctl32 shlwapi oleaut32 ole32 user32 gdi32 advapi32
4
5
C_SRCS
=
\
6
classinfo.c \
7
client.c \
8
dochost.c \
9
events.c \
10
frame.c \
11
ie.c \
12
ieframe_main.c \
13
iexplore.c \
14
intshcut.c \
15
navigate.c \
16
oleobject.c \
17
persist.c \
18
shellbrowser.c \
19
taskbarlist.c \
20
urlhist.c \
21
view.c \
22
webbrowser.c
23
24
RC_SRCS
=
ieframe.rc
25
PO_SRCS
=
ieframe.rc
26
27
SVG_SRCS
=
\
28
ietoolbar.svg
29
30
IDL_TLB_SRCS
=
ieframe_v1.idl
31
IDL_R_SRCS
=
ieframe_v1.idl
32
33
@MAKE_DLL_RULES@