mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 21:20:25 +00:00
17 lines
209 B
Makefile
17 lines
209 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = odbc32
|
|
SOVERSION = 1.0
|
|
|
|
SPEC_SRCS = odbc32.spec
|
|
|
|
C_SRCS = \
|
|
proxyodbc.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|
|
|