Makefile.in 234 Bytes
Newer Older
1
MODULE    = oledb32.dll
2
IMPORTS   = uuid oleaut32 ole32 user32 advapi32
3 4

C_SRCS = \
5
	convert.c \
6
	datainit.c \
7
	dslocator.c \
8
	errorinfo.c \
9 10
	main.c \
	rowpos.c
11

12 13 14 15
IDL_SRCS = \
	convert.idl \
	oledb32_classes.idl \
	oledb32_typelib.idl