repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
user32: Don't flush window surfaces while waiting for a sent message reply.
[wine/multimedia.git]
/
dlls
/
ieframe
/
Makefile.in
blob
dca216b9d1dbf2ffd1bfb1636a669fb643e7fb7f
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
iehtmlwnd.c \
14
iexplore.c \
15
intshcut.c \
16
navigate.c \
17
oleobject.c \
18
persist.c \
19
shellbrowser.c \
20
shelluihelper.c \
21
taskbarlist.c \
22
urlhist.c \
23
view.c \
24
webbrowser.c
25
26
RC_SRCS
=
ieframe.rc
27
PO_SRCS
=
ieframe.rc
28
29
SVG_SRCS
=
\
30
ietoolbar.svg
31
32
IDL_TLB_SRCS
=
ieframe_v1.idl
33
IDL_R_SRCS
=
ieframe_v1.idl
34
35
@MAKE_DLL_RULES@