makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / programs / services / Makefile.in
1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 MODULE    = services.exe
3 APPMODE   = -mconsole
4 IMPORTS   = rpcrt4 advapi32
5
6 C_SRCS = \
7         rpc.c \
8         services.c \
9         utils.c
10
11 IDL_S_SRCS = svcctl.idl
12
13 @MAKE_PROG_RULES@