mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 03:18:32 +00:00
13 lines
171 B
Makefile
13 lines
171 B
Makefile
MODULE = services.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = rpcrt4 advapi32 userenv
|
|
|
|
C_SRCS = \
|
|
rpc.c \
|
|
services.c \
|
|
utils.c
|
|
|
|
IDL_S_SRCS = svcctl.idl
|
|
|
|
@MAKE_PROG_RULES@
|