localspl: Only store the file part of the filenames in the registry.
[wine] / programs / services / Makefile.in
1 MODULE    = services.exe
2 APPMODE   = -mconsole
3 IMPORTS   = rpcrt4 advapi32 userenv
4
5 C_SRCS = \
6         rpc.c \
7         services.c \
8         utils.c
9
10 IDL_S_SRCS = svcctl.idl
11
12 @MAKE_PROG_RULES@