wine/dlls/shdocvw/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

15 lines
244 B
Makefile

EXTRADEFS = -D_SHDOCVW_
MODULE = shdocvw.dll
IMPORTLIB = shdocvw
IMPORTS = uuid shlwapi advapi32
DELAYIMPORTS = version ole32 oleaut32 ieframe
C_SRCS = \
shdocvw_main.c \
shlinstobj.c
RC_SRCS = \
shdocvw.rc
IDL_SRCS = shdocvw_v1.idl