repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mscoree: Search for an arch-specific mono dll first.
[wine.git]
/
dlls
/
wintrust
/
Makefile.in
blob
e667886498ab396b9207a99cb5252f4497f41906
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@