wine/dlls/sechost/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

14 lines
179 B
Makefile

MODULE = sechost.dll
IMPORTLIB = sechost
IMPORTS = kernelbase
DELAYIMPORTS = rpcrt4
C_SRCS = \
security.c \
service.c \
trace.c
IDL_SRCS = \
plugplay.idl \
svcctl.idl