wine-wine/dlls/oledb32/Makefile.in

16 lines
250 B
Makefile

EXTRADEFS = -DCOM_NO_WINDOWS_H
MODULE = oledb32.dll
IMPORTS = uuid oleaut32 ole32 user32 advapi32
C_SRCS = \
convert.c \
main.c
IDL_I_SRCS = convert.idl
IDL_R_SRCS = oledb32_classes.idl
IDL_TLB_SRCS = oledb32_typelib.idl
@MAKE_DLL_RULES@