mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 19:49:50 +00:00
c51ea8566b
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
19 lines
255 B
Makefile
19 lines
255 B
Makefile
TESTDLL = crypt32.dll
|
|
IMPORTS = crypt32 advapi32 user32 shlwapi shell32 bcrypt
|
|
|
|
C_SRCS = \
|
|
base64.c \
|
|
cert.c \
|
|
chain.c \
|
|
crl.c \
|
|
ctl.c \
|
|
encode.c \
|
|
main.c \
|
|
message.c \
|
|
msg.c \
|
|
object.c \
|
|
oid.c \
|
|
protectdata.c \
|
|
sip.c \
|
|
store.c \
|
|
str.c
|