wine/programs/services/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

12 lines
164 B
Makefile

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