projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wintrust: Win64 printf format warning fixes.
[wine]
/
dlls
/
wintrust
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = wintrust.dll
6
IMPORTLIB = libwintrust.$(IMPLIBEXT)
7
IMPORTS = crypt32 user32 advapi32 kernel32
8
9
C_SRCS = \
10
crypt.c \
11
register.c \
12
wintrust_main.c
13
14
RC_SRCS = \
15
version.rc
16
17
@MAKE_DLL_RULES@
18
19
@DEPENDENCIES@ # everything below this line is overwritten by make depend