mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
15 lines
192 B
Makefile
15 lines
192 B
Makefile
EXTRADEFS = -D__WINESRC__
|
|
MODULE = rpcss.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = rpcrt4
|
|
|
|
C_SRCS = \
|
|
epmp.c \
|
|
irotp.c \
|
|
rpcss_main.c
|
|
|
|
IDL_S_SRCS = \
|
|
epm.idl \
|
|
irot.idl
|
|
|
|
@MAKE_PROG_RULES@
|