mirror of
https://github.com/reactos/wine.git
synced 2025-03-02 01:35:31 +00:00
11 lines
150 B
Makefile
11 lines
150 B
Makefile
MODULE = services.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = rpcrt4 advapi32 userenv
|
|
|
|
C_SRCS = \
|
|
rpc.c \
|
|
services.c \
|
|
utils.c
|
|
|
|
IDL_SRCS = svcctl.idl
|