makefiles: Add a standard header for all makefiles to replace the common variable...
[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         main.c \
8         regsvr.c
9
10 IDL_I_SRCS = convert.idl
11
12 @MAKE_DLL_RULES@