wine/dlls/odbc32/Makefile.in
Hans Leidekker 345cd06366 odbc32: Load libodbc dynamically.
We have support for Windows drivers now so the dll is still useful without Unix driver support.
2024-09-06 17:56:27 +02:00

9 lines
135 B
Makefile

MODULE = odbc32.dll
UNIXLIB = odbc32.so
IMPORTLIB = odbc32
IMPORTS = advapi32
SOURCES = \
proxyodbc.c \
rsrc.rc \
unixlib.c