wine/programs/rpcss/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

15 lines
183 B
Makefile

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