Sweden-Number/dlls/crypt32/Makefile.in

38 lines
535 B
Makefile
Raw Normal View History

EXTRADEFS = -D_CRYPT32_
MODULE = crypt32.dll
IMPORTLIB = crypt32
IMPORTS = user32 advapi32 bcrypt
DELAYIMPORTS = cryptnet
EXTRALIBS = $(SECURITY_LIBS)
EXTRAINCL = $(GNUTLS_CFLAGS)
2002-01-10 20:41:11 +01:00
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 \
2007-06-08 18:20:49 +02:00
msg.c \
object.c \
oid.c \
pfx.c \
proplist.c \
protectdata.c \
provstore.c \
regstore.c \
rootstore.c \
serialize.c \
sip.c \
store.c \
str.c \
unixlib.c
2002-01-10 20:41:11 +01:00
RC_SRCS = crypt32.rc