mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
b8b57a9809
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
15 lines
208 B
Makefile
15 lines
208 B
Makefile
MODULE = sechost.dll
|
|
IMPORTLIB = sechost
|
|
IMPORTS = kernelbase
|
|
DELAYIMPORTS = rpcrt4
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
security.c \
|
|
service.c \
|
|
trace.c
|
|
|
|
IDL_SRCS = \
|
|
plugplay.idl \
|
|
svcctl.idl
|