mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 07:37:02 +00:00
842b0eb511
Signed-off-by: Drew Ronneberg <drew_ronneberg@yahoo.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
13 lines
220 B
Makefile
13 lines
220 B
Makefile
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
|