20 lines
306 B
Makefile
20 lines
306 B
Makefile
EXTRADEFS = -DCOM_NO_WINDOWS_H
|
|
MODULE = oledb32.dll
|
|
IMPORTS = uuid oleaut32 ole32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
convert.c \
|
|
datainit.c \
|
|
dslocator.c \
|
|
errorinfo.c \
|
|
main.c \
|
|
rowpos.c
|
|
|
|
IDL_I_SRCS = convert.idl
|
|
|
|
IDL_R_SRCS = oledb32_classes.idl
|
|
|
|
IDL_TLB_SRCS = oledb32_typelib.idl
|
|
|
|
@MAKE_DLL_RULES@
|