mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
8 lines
104 B
Makefile
8 lines
104 B
Makefile
MODULE = cryptsp.dll
|
|
IMPORTLIB = cryptsp
|
|
IMPORTS = advapi32
|
|
|
|
SOURCES = \
|
|
arc4.c \
|
|
crypt.c \
|
|
lmhash.c
|