mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
10 lines
123 B
Makefile
10 lines
123 B
Makefile
MODULE = schannel.dll
|
|
IMPORTS = secur32
|
|
|
|
C_SRCS = \
|
|
lsamode.c \
|
|
schannel_main.c \
|
|
usermode.c
|
|
|
|
RC_SRCS = version.rc
|