1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/bcrypt/Makefile.in

15 lines
210 B
Makefile
Raw Normal View History

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