mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
194e09baec
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
37 lines
540 B
Makefile
37 lines
540 B
Makefile
MODULE = crypt32.dll
|
|
UNIXLIB = crypt32.so
|
|
IMPORTLIB = crypt32
|
|
IMPORTS = user32 advapi32 bcrypt
|
|
DELAYIMPORTS = cryptnet
|
|
UNIX_LIBS = $(SECURITY_LIBS)
|
|
UNIX_CFLAGS = $(GNUTLS_CFLAGS)
|
|
|
|
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 \
|
|
pfx.c \
|
|
proplist.c \
|
|
protectdata.c \
|
|
provstore.c \
|
|
regstore.c \
|
|
rootstore.c \
|
|
serialize.c \
|
|
sip.c \
|
|
store.c \
|
|
str.c \
|
|
unixlib.c
|
|
|
|
RC_SRCS = crypt32.rc
|