wine/dlls/secur32/tests/Makefile.in
Eric Pouech a92db992c9 secur32/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-04 10:07:32 +01:00

10 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