mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 02:07:16 +00:00
239653ea12
Signed-off-by: Louis Lenders <xerox.xerox2000x@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
18 lines
256 B
Makefile
18 lines
256 B
Makefile
MODULE = oledb32.dll
|
|
IMPORTS = uuid oleaut32 ole32 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
|