ntdll: Set the TARGET_UNWIND flag when calling the unwind handler for the target...
[wine/multimedia.git] / programs / services / Makefile.in
blob645f26d82b35e5983c7f768379d5809f8e1057f9
1 MODULE = services.exe
2 APPMODE = -mconsole
3 IMPORTS = rpcrt4 advapi32 userenv
5 C_SRCS = \
6 rpc.c \
7 services.c \
8 utils.c
10 IDL_S_SRCS = svcctl.idl
12 @MAKE_PROG_RULES@