mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
13 lines
203 B
Makefile
13 lines
203 B
Makefile
MODULE = bcrypt.dll
|
|
IMPORTS = advapi32
|
|
IMPORTLIB = bcrypt
|
|
UNIXLIB = bcrypt.so
|
|
UNIX_CFLAGS = $(GNUTLS_CFLAGS)
|
|
|
|
SOURCES = \
|
|
bcrypt_main.c \
|
|
gnutls.c \
|
|
md2.c \
|
|
sha256.c \
|
|
sha512.c \
|
|
version.rc
|