mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
10 lines
106 B
Makefile
10 lines
106 B
Makefile
TESTDLL = mapi32.dll
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
imalloc.c \
|
|
prop.c \
|
|
util.c
|
|
|
|
@MAKE_TEST_RULES@
|