wine-wine/programs/services/Makefile.in

21 lines
397 B
Makefile

EXTRADEFS = -DWINE_NO_UNICODE_MACROS
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = services.exe
APPMODE = -mconsole
IMPORTS = kernel32
IMPORTS = rpcrt4 advapi32 kernel32 ntdll
C_SRCS = \
rpc.c \
services.c \
utils.c
IDL_S_SRCS = svcctl.idl
@MAKE_PROG_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend