mirror of
https://github.com/reactos/wine.git
synced 2025-01-08 12:20:55 +00:00
16 lines
234 B
Makefile
16 lines
234 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
|