mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 13:09:57 +00:00
0b97767269
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
195 B
Makefile
12 lines
195 B
Makefile
MODULE = msdasql.dll
|
|
IMPORTS = uuid ole32 oleaut32 odbc32
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
msdasql_main.c \
|
|
session.c
|
|
|
|
RC_SRCS = msdasql.rc
|
|
|
|
IDL_SRCS = msdasql_classes.idl
|