projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
rpcrt4: Fetch the arguments address from the StubMsg structure.
[wine]
/
dlls
/
ieframe
/
Makefile.in
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 = \
25
De.rc \
26
En.rc \
27
Es.rc \
28
Fr.rc \
29
He.rc \
30
It.rc \
31
Ja.rc \
32
Ko.rc \
33
Lt.rc \
34
Nl.rc \
35
Pl.rc \
36
Pt.rc \
37
Ro.rc \
38
Ru.rc \
39
Si.rc \
40
Sr.rc \
41
Sv.rc \
42
Uk.rc \
43
ieframe.rc
44
45
PO_SRCS = ieframe.rc
46
47
SVG_SRCS = \
48
ietoolbar.svg
49
50
IDL_TLB_SRCS = ieframe_v1.idl
51
52
@MAKE_DLL_RULES@