Makefile.in 294 Bytes
Newer Older
1
TESTDLL   = ole32.dll
2
IMPORTS   = oleaut32 ole32 user32 gdi32 advapi32
3

4
C_SRCS = \
5
	clipboard.c \
6
	compobj.c \
7
	defaulthandler.c \
8
	dragdrop.c \
9
	errorinfo.c \
10
	hglobalstream.c \
11 12
	marshal.c \
	moniker.c \
13
	ole2.c \
14
	propvariant.c \
15
	stg_prop.c \
16 17
	storage32.c \
	usrmarshal.c
18 19

@MAKE_TEST_RULES@