mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
194e09baec
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
14 lines
210 B
Makefile
14 lines
210 B
Makefile
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
|