projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
cryptui: Show certificate status for selected certificate in hierarchy page.
[wine]
/
dlls
/
cryptui
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = cryptui.dll
6
IMPORTS = uuid crypt32 ole32 comctl32 user32 gdi32 kernel32
7
DELAYIMPORTS = wintrust urlmon
8
IMPORTLIB = cryptui
9
10
C_SRCS = \
11
main.c
12
13
RC_SRCS = cryptui.rc
14
15
@MAKE_DLL_RULES@
16
17
@DEPENDENCIES@ # everything below this line is overwritten by make depend