1 EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = services.exe
7 APPMODE = -mconsole
8 IMPORTS = kernel32
9 IMPORTS = rpcrt4 advapi32 kernel32 ntdll
10
11 C_SRCS = \
12 rpc.c \
13 services.c \
14 utils.c
15
16 IDL_S_SRCS = svcctl.idl
17
18 @MAKE_PROG_RULES@
19
20 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.