wine/programs/services/Makefile.in
Jacek Caban a4b0732451 services: Use nameless unions.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-23 09:32:34 +01:00

12 lines
176 B
Makefile

MODULE = services.exe
IMPORTS = rpcrt4 advapi32 userenv setupapi
EXTRADLLFLAGS = -mconsole -mno-cygwin
C_SRCS = \
rpc.c \
services.c \
utils.c
IDL_SRCS = svcctl.idl