wine/dlls/msado15/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

13 lines
181 B
Makefile

MODULE = msado15.dll
IMPORTS = oleaut32 ole32
C_SRCS = \
command.c \
connection.c \
main.c \
recordset.c \
stream.c
IDL_SRCS = \
msado15_classes.idl \
msado15_tlb.idl