mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
589071d2c7
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
30 lines
468 B
Makefile
30 lines
468 B
Makefile
MODULE = ieframe.dll
|
|
IMPORTLIB = ieframe
|
|
IMPORTS = uuid urlmon shell32 comctl32 shlwapi oleaut32 ole32 user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
classinfo.c \
|
|
client.c \
|
|
dochost.c \
|
|
events.c \
|
|
frame.c \
|
|
ie.c \
|
|
ieframe_main.c \
|
|
iehtmlwnd.c \
|
|
iexplore.c \
|
|
intshcut.c \
|
|
navigate.c \
|
|
oleobject.c \
|
|
persist.c \
|
|
shellbrowser.c \
|
|
shelluihelper.c \
|
|
urlhist.c \
|
|
view.c \
|
|
webbrowser.c
|
|
|
|
RC_SRCS = ieframe.rc
|
|
|
|
SVG_SRCS = \
|
|
ietoolbar.svg
|
|
|
|
IDL_SRCS = ieframe_v1.idl
|