msxml3: Don't force parser encoding when loading from file.
[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 = 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_It.rc \
42         crypt32_Ko.rc \
43         crypt32_Lt.rc \
44         crypt32_Nl.rc \
45         crypt32_No.rc \
46         crypt32_Pl.rc \
47         crypt32_Pt.rc \
48         crypt32_Ro.rc \
49         crypt32_Sv.rc \
50         crypt32_Uk.rc \
51         version.rc
52
53 @MAKE_DLL_RULES@