netstat: Initial implementation.
[wine] / dlls / oledb32 / Makefile.in
1 EXTRADEFS = -DCOM_NO_WINDOWS_H
2 MODULE    = oledb32.dll
3 IMPORTS   = uuid oleaut32 ole32 user32 advapi32
4
5 C_SRCS = \
6         convert.c \
7         datainit.c \
8         main.c
9
10 IDL_I_SRCS = convert.idl
11
12 IDL_R_SRCS = oledb32_classes.idl
13
14 IDL_TLB_SRCS = oledb32_typelib.idl
15
16 @MAKE_DLL_RULES@