mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
11 lines
141 B
Makefile
11 lines
141 B
Makefile
MODULE = schannel.dll
|
|
IMPORTS = secur32
|
|
|
|
C_SRCS = \
|
|
lsamode.c \
|
|
schannel_main.c \
|
|
usermode.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|