Sweden-Number/programs/services/Makefile.in

11 lines
150 B
Makefile
Raw Normal View History

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