projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
netapi32/tests: Fix workstation test failures on XP.
[wine]
/
dlls
/
wintrust
/
Makefile.in
1
MODULE = wintrust.dll
2
IMPORTLIB = wintrust
3
IMPORTS = crypt32 user32 advapi32
4
DELAYIMPORTS = cryptui imagehlp
5
6
C_SRCS = \
7
asn.c \
8
crypt.c \
9
register.c \
10
softpub.c \
11
wintrust_main.c
12
13
RC_SRCS = \
14
version.rc
15
16
@MAKE_DLL_RULES@