mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
12 lines
200 B
Makefile
12 lines
200 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = odbc32.dll
|
|
IMPORTLIB = odbc32
|
|
IMPORTS = advapi32 kernel32
|
|
|
|
C_SRCS = \
|
|
proxyodbc.c
|
|
|
|
@MAKE_DLL_RULES@
|