mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 20:57:39 +00:00
![Hans Leidekker](/assets/img/avatar_default.png)
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
10 lines
141 B
Makefile
10 lines
141 B
Makefile
MODULE = bcrypt.dll
|
|
IMPORTS = advapi32
|
|
IMPORTLIB = bcrypt
|
|
EXTRAINCL = $(GNUTLS_CFLAGS)
|
|
|
|
C_SRCS = \
|
|
bcrypt_main.c
|
|
|
|
RC_SRCS = version.rc
|