mirror of
https://github.com/reactos/wine.git
synced 2024-12-05 02:07:16 +00:00
18 lines
284 B
Makefile
18 lines
284 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = ole32.dll
|
|
IMPORTS = oleaut32 ole32 user32 kernel32 ntdll
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
marshal.c \
|
|
moniker.c \
|
|
propvariant.c \
|
|
storage32.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|