shell32: Fix the file version string of the version resource.
[wine/multimedia.git] / dlls / crypt32 / Makefile.in
blob6c340c0efa98cdf3b6891a4064da2de82b4cec6e
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 crl.c \
14 context.c \
15 decode.c \
16 encode.c \
17 oid.c \
18 proplist.c \
19 protectdata.c \
20 serialize.c \
21 store.c \
22 str.c \
23 main.c
25 RC_SRCS = crypt32.rc
27 SUBDIRS = tests
29 @MAKE_DLL_RULES@
31 ### Dependencies: