mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 13:56:38 +00:00
15 lines
242 B
Makefile
15 lines
242 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = oledb32.dll
|
|
IMPORTS = oleaut32 ole32 user32 gdi32 advapi32
|
|
|
|
C_SRCS = \
|
|
convert.c \
|
|
marshal.c
|
|
|
|
IDL_I_SRCS = convert.idl
|
|
|
|
@MAKE_TEST_RULES@
|