Makefile.in 244 Bytes
Newer Older
1
EXTRADEFS = -D_SHDOCVW_
2
MODULE    = shdocvw.dll
3
IMPORTLIB = shdocvw
4
IMPORTS   = uuid shlwapi advapi32
5
DELAYIMPORTS = version ole32 oleaut32 ieframe
6 7

C_SRCS = \
8
	shdocvw_main.c \
9
	shlinstobj.c
10

11 12 13
RC_SRCS = \
	shdocvw.rc

14
IDL_SRCS = shdocvw_v1.idl