wine-wine/programs/services/Makefile.in

11 lines
150 B
Makefile
Raw Normal View History

2008-03-15 08:49:42 +00:00
MODULE = services.exe
APPMODE = -mconsole
IMPORTS = rpcrt4 advapi32 userenv
2008-03-15 08:49:42 +00:00
C_SRCS = \
2008-03-28 16:56:00 +00:00
rpc.c \
services.c \
utils.c
2008-03-15 08:49:42 +00:00
IDL_SRCS = svcctl.idl