winhelp: Don't reset window position when reusing the current window.
[wine/wine-gecko.git] / programs / services / Makefile.in
blobb2d62678c00453e94d0f3041ae41ab9e37099c5a
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
11 C_SRCS = \
12 rpc.c \
13 services.c \
14 utils.c
16 IDL_S_SRCS = svcctl.idl
18 @MAKE_PROG_RULES@