mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
11 lines
173 B
Makefile
11 lines
173 B
Makefile
TESTDLL = oledb32.dll
|
|
IMPORTS = uuid oleaut32 ole32 user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
convert.c \
|
|
database.c \
|
|
marshal.c
|
|
|
|
IDL_I_SRCS = convert.idl
|
|
|
|
@MAKE_TEST_RULES@
|