mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 01:41:18 +00:00
30164ea3e8
Signed-off-by: Donat Enikeev <donat@enikeev.net> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
20 lines
248 B
Makefile
20 lines
248 B
Makefile
TESTDLL = crypt32.dll
|
|
IMPORTS = crypt32 advapi32 user32 shlwapi shell32
|
|
|
|
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
|