Makefile.in 477 Bytes
Newer Older
1
EXTRADEFS = -D_CRYPT32_
2
MODULE    = crypt32.dll
3
IMPORTLIB = crypt32
4
IMPORTS   = user32 advapi32
5
DELAYIMPORTS = cryptnet
6
EXTRALIBS = $(SECURITY_LIBS)
7 8

C_SRCS = \
9
	base64.c \
10
	cert.c \
11
	chain.c \
12
	collectionstore.c \
Juan Lang's avatar
Juan Lang committed
13
	context.c \
14
	crl.c \
15
	ctl.c \
16
	decode.c \
17
	encode.c \
18
	filestore.c \
19
	main.c \
20
	message.c \
21
	msg.c \
22
	object.c \
23
	oid.c \
24
	proplist.c \
25
	protectdata.c \
26
	provstore.c \
27
	regstore.c \
28
	rootstore.c \
29
	serialize.c \
30
	sip.c \
31
	store.c \
32
	str.c
33

34
RC_SRCS = crypt32.rc