mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
22 lines
244 B
Makefile
22 lines
244 B
Makefile
TESTDLL = crypt32.dll
|
|
IMPORTS = crypt32 advapi32
|
|
|
|
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
|
|
|
|
@MAKE_TEST_RULES@
|