wine/dlls/ieframe/Makefile.in
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00

32 lines
501 B
Makefile

EXTRADEFS = -DWINE_NO_LONG_TYPES
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