mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
21 lines
229 B
Makefile
21 lines
229 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
|
|
|
|
@MAKE_DLL_RULES@
|