wine/programs/rpcss/Makefile.in
Alexandre Julliard 94700e8376 rpcss: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-01 10:39:42 +02:00

14 lines
181 B
Makefile

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