Makefile.in 199 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = odbccp32.dll
6
IMPORTLIB = odbccp32
7
IMPORTS   = uuid advapi32
8 9 10 11 12

C_SRCS = \
	odbccp32.c

@MAKE_DLL_RULES@