msi: Implement session object directly on top of automation object.
[wine/multimedia.git] / dlls / crypt32 / Makefile.in
blob9c85a4787ac72053ce069e96978a0175c5fabf9d
1 EXTRADEFS = -D_CRYPT32_
2 MODULE = crypt32.dll
3 IMPORTLIB = crypt32
4 IMPORTS = user32 advapi32
5 EXTRALIBS = @SECURITYLIB@
7 C_SRCS = \
8 base64.c \
9 cert.c \
10 chain.c \
11 collectionstore.c \
12 context.c \
13 crl.c \
14 ctl.c \
15 decode.c \
16 encode.c \
17 filestore.c \
18 main.c \
19 message.c \
20 msg.c \
21 object.c \
22 oid.c \
23 proplist.c \
24 protectdata.c \
25 provstore.c \
26 regstore.c \
27 rootstore.c \
28 serialize.c \
29 sip.c \
30 store.c \
31 str.c
33 RC_SRCS = crypt32.rc
34 PO_SRCS = crypt32.rc
36 @MAKE_DLL_RULES@