mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 14:20:15 +00:00
e679b7413e
Signed-off-by: Santino Mazza <mazzasantino1206@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
8 lines
118 B
Makefile
8 lines
118 B
Makefile
IMPORTLIB = ncrypt
|
|
MODULE = ncrypt.dll
|
|
IMPORTS = bcrypt
|
|
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
C_SRCS = \
|
|
main.c
|