6 lines
82 B
Makefile
6 lines
82 B
Makefile
TESTDLL = cryptui.dll
|
|
IMPORTS = cryptui crypt32 user32
|
|
|
|
C_SRCS = \
|
|
cryptui.c
|