wine/dlls/odbc32/Makefile.in
Bill Medland e62e88f488 During startup of the connection to an external ODBC provider
(e.g. unixODBC) replicate that provider's driver and DSN data to the
registry so that Windows programs that actually query the registry
rather than the ODBC will find at least some information.
2004-10-18 22:47:14 +00:00

14 lines
200 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = odbc32.dll
IMPORTS = advapi32 kernel32
C_SRCS = \
proxyodbc.c
@MAKE_DLL_RULES@
### Dependencies: