wine-wine/dlls/oledb32/Makefile.in

16 lines
250 B
Makefile
Raw Normal View History

2009-09-02 11:02:39 +00:00
EXTRADEFS = -DCOM_NO_WINDOWS_H
MODULE = oledb32.dll
IMPORTS = uuid oleaut32 ole32 user32 advapi32
2009-09-02 11:02:39 +00:00
C_SRCS = \
convert.c \
main.c
2009-09-02 11:02:39 +00:00
IDL_I_SRCS = convert.idl
IDL_R_SRCS = oledb32_classes.idl
2012-09-17 03:58:17 +00:00
IDL_TLB_SRCS = oledb32_typelib.idl
2009-09-02 11:02:39 +00:00
@MAKE_DLL_RULES@