mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 06:35:38 +00:00
a92db992c9
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
9 lines
140 B
Makefile
9 lines
140 B
Makefile
TESTDLL = secur32.dll
|
|
IMPORTS = secur32 crypt32 advapi32 ws2_32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
negotiate.c \
|
|
ntlm.c \
|
|
schannel.c \
|
|
secur32.c
|