18 lines
323 B
Makefile
18 lines
323 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mapi32.dll
|
|
IMPORTS = kernel32
|
|
EXTRALIBS = -luuid
|
|
EXTRADEFS = -DWINE_NO_LONG_AS_INT
|
|
|
|
CTESTS = \
|
|
imalloc.c \
|
|
prop.c \
|
|
util.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|