mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
11 lines
128 B
Makefile
11 lines
128 B
Makefile
TESTDLL = secur32.dll
|
|
IMPORTS = advapi32 ws2_32
|
|
|
|
C_SRCS = \
|
|
main.c \
|
|
ntlm.c \
|
|
schannel.c \
|
|
secur32.c
|
|
|
|
@MAKE_TEST_RULES@
|