repo.or.cz
/
wine
/
hacks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
gdiplus: Don't use gdi32 to draw to bitmaps with formats it can't handle.
[wine/hacks.git]
/
dlls
/
crypt32
/
Makefile.in
blob
26ba761f4cf87fb65d4f54dd0a8119a537fe5e98
1
EXTRADEFS
= -
D_CRYPT32_
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
crypt32.dll
7
IMPORTLIB
=
crypt32
8
IMPORTS
=
user32 advapi32 kernel32 ntdll
9
EXTRALIBS
=
@SECURITYLIB@
10
11
C_SRCS
=
\
12
base64.c \
13
cert.c \
14
chain.c \
15
collectionstore.c \
16
context.c \
17
crl.c \
18
ctl.c \
19
decode.c \
20
encode.c \
21
filestore.c \
22
main.c \
23
message.c \
24
msg.c \
25
object.c \
26
oid.c \
27
proplist.c \
28
protectdata.c \
29
provstore.c \
30
regstore.c \
31
rootstore.c \
32
serialize.c \
33
sip.c \
34
store.c \
35
str.c
36
37
RC_SRCS
=
\
38
crypt32_De.rc \
39
crypt32_En.rc \
40
crypt32_Fr.rc \
41
crypt32_Ko.rc \
42
crypt32_Lt.rc \
43
crypt32_Nl.rc \
44
crypt32_No.rc \
45
crypt32_Pt.rc \
46
crypt32_Ro.rc \
47
crypt32_Sv.rc \
48
crypt32_Uk.rc \
49
version.rc
50
51
@MAKE_DLL_RULES@