mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
14 lines
274 B
Makefile
14 lines
274 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = cryptui.dll
|
|
IMPORTS = cryptui crypt32 kernel32 user32
|
|
|
|
CTESTS = \
|
|
cryptui.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|