Makefile.in 273 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 8
EXTRADLLFLAGS = -mno-cygwin

9
C_SRCS = \
10
	shdocvw_main.c \
11
	shlinstobj.c
12

13 14 15
RC_SRCS = \
	shdocvw.rc

16
IDL_SRCS = shdocvw_v1.idl