projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
gdi32: Replace inline static with static inline.
[wine]
/
dlls
/
crypt32
/
Makefile.in
1
EXTRADEFS = -D_CRYPT32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = crypt32.dll
7
IMPORTLIB = libcrypt32.$(IMPLIBEXT)
8
IMPORTS = user32 advapi32 kernel32 ntdll
9
10
C_SRCS = \
11
base64.c \
12
cert.c \
13
chain.c \
14
crl.c \
15
context.c \
16
decode.c \
17
encode.c \
18
oid.c \
19
proplist.c \
20
protectdata.c \
21
serialize.c \
22
sip.c \
23
store.c \
24
str.c \
25
main.c
26
27
RC_SRCS = crypt32.rc
28
29
@MAKE_DLL_RULES@
30
31
@DEPENDENCIES@ # everything below this line is overwritten by make depend