wine-wine/dlls/oledb32/Makefile.in

19 lines
275 B
Makefile
Raw Normal View History

2009-09-02 11:02:39 +00:00
MODULE = oledb32.dll
IMPORTS = uuid oleaut32 ole32 user32 advapi32
2009-09-02 11:02:39 +00:00
C_SRCS = \
convert.c \
datainit.c \
dslocator.c \
2013-06-14 00:23:43 +00:00
errorinfo.c \
2013-08-01 03:48:13 +00:00
main.c \
rowpos.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@