mirror of
https://github.com/reactos/wine.git
synced 2025-03-06 03:37:28 +00:00
14 lines
194 B
Makefile
14 lines
194 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = mapi32.dll
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
imalloc.c \
|
|
prop.c \
|
|
util.c
|
|
|
|
@MAKE_TEST_RULES@
|