mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
11 lines
168 B
Makefile
11 lines
168 B
Makefile
MODULE = sechost.dll
|
|
IMPORTLIB = sechost
|
|
IMPORTS = kernelbase
|
|
DELAYIMPORTS = rpcrt4
|
|
|
|
SOURCES = \
|
|
plugplay.idl \
|
|
security.c \
|
|
service.c \
|
|
svcctl.idl \
|
|
trace.c
|