8 lines
121 B
Makefile
8 lines
121 B
Makefile
MODULE = cryptdlg.dll
|
|
IMPORTS = cryptui crypt32 wintrust user32 advapi32
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = cryptdlg.rc
|