wine/dlls/sechost/Makefile.in
Eric Pouech 15bf49bf9b sechost: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-17 18:57:17 +01: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