mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 03:08:42 +00:00
5c8985002f
This is the "Cryptography API: Next Generation" introduced by Vista.
15 lines
272 B
Makefile
15 lines
272 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = bcrypt.dll
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
bcrypt_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|