wine/dlls/bcrypt/Makefile.in
Hans Leidekker d265dd88cd bcrypt: Move macOS support to a new file.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-07-18 14:13:43 +02:00

15 lines
197 B
Makefile

MODULE = bcrypt.dll
IMPORTS = advapi32
IMPORTLIB = bcrypt
EXTRAINCL = $(GNUTLS_CFLAGS)
C_SRCS = \
bcrypt_main.c \
gnutls.c \
macos.c \
md2.c \
sha256.c \
sha512.c
RC_SRCS = version.rc