wine/programs/rpcss/Makefile.in
Alexandre Julliard 8df5add2d7 rpcss: Make rpcss a proper service.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-31 22:22:59 +09:00

13 lines
164 B
Makefile

MODULE = rpcss.exe
APPMODE = -mconsole -municode
IMPORTS = rpcrt4 advapi32
C_SRCS = \
epmp.c \
irotp.c \
rpcss_main.c
IDL_SRCS = \
epm.idl \
irot.idl