mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
8bbe1e45ee
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
17 lines
265 B
Makefile
17 lines
265 B
Makefile
MODULE = oledb32.dll
|
|
IMPORTS = uuid oleaut32 ole32 comctl32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
convert.c \
|
|
datainit.c \
|
|
dslocator.c \
|
|
errorinfo.c \
|
|
main.c \
|
|
rowpos.c
|
|
|
|
IDL_SRCS = \
|
|
convert.idl \
|
|
oledb32_classes.idl \
|
|
oledb32_typelib.idl
|
|
|
|
RC_SRCS = version.rc
|