mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
12 lines
227 B
Makefile
12 lines
227 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
|
|
PO_SRCS = cryptui.rc
|
|
|
|
@MAKE_DLL_RULES@
|