mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
11 lines
170 B
Makefile
11 lines
170 B
Makefile
MODULE = msado15.dll
|
|
IMPORTS = oleaut32 ole32
|
|
|
|
SOURCES = \
|
|
command.c \
|
|
connection.c \
|
|
main.c \
|
|
msado15_classes.idl \
|
|
msado15_tlb.idl \
|
|
recordset.c \
|
|
stream.c
|