mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 17:31:15 +00:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
MODULE = bcrypt.dll
|
|
IMPORTS = advapi32
|
|
|
|
C_SRCS = \
|
|
bcrypt_main.c
|
|
|
|
RC_SRCS = version.rc
|