2011-07-23 18:36:37 +02:00
|
|
|
MODULE = ieframe.dll
|
2011-07-23 18:40:54 +02:00
|
|
|
IMPORTLIB = ieframe
|
2011-07-27 14:46:48 +02:00
|
|
|
IMPORTS = uuid urlmon shell32 comctl32 shlwapi oleaut32 ole32 user32 gdi32 advapi32
|
2011-07-23 18:36:37 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
2011-07-27 14:46:48 +02:00
|
|
|
classinfo.c \
|
|
|
|
client.c \
|
|
|
|
dochost.c \
|
|
|
|
events.c \
|
|
|
|
frame.c \
|
|
|
|
ie.c \
|
2011-07-23 18:40:54 +02:00
|
|
|
ieframe_main.c \
|
2012-01-06 12:59:58 +01:00
|
|
|
iehtmlwnd.c \
|
2011-07-27 14:46:48 +02:00
|
|
|
iexplore.c \
|
2011-07-26 12:03:33 +02:00
|
|
|
intshcut.c \
|
2011-07-27 14:46:48 +02:00
|
|
|
navigate.c \
|
|
|
|
oleobject.c \
|
|
|
|
persist.c \
|
|
|
|
shellbrowser.c \
|
2012-05-16 13:21:02 +02:00
|
|
|
shelluihelper.c \
|
2011-07-27 14:46:48 +02:00
|
|
|
urlhist.c \
|
|
|
|
view.c \
|
|
|
|
webbrowser.c
|
2011-07-23 18:36:37 +02:00
|
|
|
|
2011-11-17 22:20:20 +01:00
|
|
|
RC_SRCS = ieframe.rc
|
2011-07-27 14:45:47 +02:00
|
|
|
PO_SRCS = ieframe.rc
|
|
|
|
|
2011-07-27 14:46:25 +02:00
|
|
|
SVG_SRCS = \
|
|
|
|
ietoolbar.svg
|
|
|
|
|
2011-07-27 14:45:58 +02:00
|
|
|
IDL_TLB_SRCS = ieframe_v1.idl
|
2011-07-31 13:24:23 +02:00
|
|
|
IDL_R_SRCS = ieframe_v1.idl
|
2011-07-27 14:45:58 +02:00
|
|
|
|
2011-07-23 18:36:37 +02:00
|
|
|
@MAKE_DLL_RULES@
|