wordpad: Add about window.
[wine/wine64.git] / dlls / crypt32 / Makefile.in
blobb7319bf17251e89691d7fe57db12132778499c3b
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
10 C_SRCS = \
11 base64.c \
12 cert.c \
13 chain.c \
14 collectionstore.c \
15 context.c \
16 crl.c \
17 decode.c \
18 encode.c \
19 filestore.c \
20 main.c \
21 msg.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
35 @MAKE_DLL_RULES@
37 @DEPENDENCIES@ # everything below this line is overwritten by make depend