mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
10 lines
188 B
Makefile
10 lines
188 B
Makefile
MODULE = cryptui.dll
|
|
IMPORTS = uuid crypt32 ole32 comctl32 comdlg32 user32 gdi32 advapi32
|
|
DELAYIMPORTS = wintrust urlmon
|
|
IMPORTLIB = cryptui
|
|
|
|
C_SRCS = \
|
|
main.c
|
|
|
|
RC_SRCS = cryptui.rc
|