makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / odbccp32 / Makefile.in
1 MODULE    = odbccp32.dll
2 IMPORTLIB = odbccp32
3 IMPORTS   = uuid advapi32
4
5 C_SRCS = \
6         odbccp32.c
7
8 @MAKE_DLL_RULES@