mirror of
https://github.com/reactos/wine.git
synced 2025-02-21 05:11:57 +00:00
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
|