blob: 9c85a4787ac72053ce069e96978a0175c5fabf9d [file] [log] [blame]
EXTRADEFS = -D_CRYPT32_
MODULE = crypt32.dll
IMPORTLIB = crypt32
IMPORTS = user32 advapi32
EXTRALIBS = @SECURITYLIB@
C_SRCS = \
base64.c \
cert.c \
chain.c \
collectionstore.c \
context.c \
crl.c \
ctl.c \
decode.c \
encode.c \
filestore.c \
main.c \
message.c \
msg.c \
object.c \
oid.c \
proplist.c \
protectdata.c \
provstore.c \
regstore.c \
rootstore.c \
serialize.c \
sip.c \
store.c \
str.c
RC_SRCS = crypt32.rc
PO_SRCS = crypt32.rc
@MAKE_DLL_RULES@