mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
18 lines
211 B
Makefile
18 lines
211 B
Makefile
MODULE = rsaenh.dll
|
|
IMPORTLIB = rsaenh
|
|
IMPORTS = crypt32 advapi32
|
|
|
|
C_SRCS = \
|
|
aes.c \
|
|
des.c \
|
|
handle.c \
|
|
implglue.c \
|
|
md2.c \
|
|
mpi.c \
|
|
rc2.c \
|
|
rc4.c \
|
|
rsa.c \
|
|
rsaenh.c \
|
|
sha2.c
|
|
|
|
RC_SRCS = rsrc.rc
|