mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 05:15:01 +00:00
9 lines
123 B
Makefile
9 lines
123 B
Makefile
MODULE = schannel.dll
|
|
IMPORTS = secur32
|
|
|
|
C_SRCS = \
|
|
lsamode.c \
|
|
schannel_main.c \
|
|
usermode.c
|
|
|
|
RC_SRCS = version.rc
|