wine-wine/dlls/oledb32/Makefile.in

19 lines
275 B
Makefile

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@