mmdevapi: Fix compiler warnings with flag -Wcast-qual.
[wine.git] / dlls / odbc32 / Makefile.in
blobe42b121607175b8c586ed13052ef55b6f379ee80
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = odbc32.dll
6 IMPORTLIB = odbc32
7 IMPORTS = advapi32 kernel32
9 C_SRCS = \
10 proxyodbc.c
12 @MAKE_DLL_RULES@