mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
a0fb866294
installed.
17 lines
232 B
Makefile
17 lines
232 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mapi32.dll
|
|
IMPORTS = kernel32
|
|
EXTRALIBS = -luuid
|
|
|
|
CTESTS = \
|
|
imalloc.c \
|
|
prop.c \
|
|
util.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|