mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:06:32 +00:00
12 lines
145 B
Makefile
12 lines
145 B
Makefile
MODULE = rpcss.exe
|
|
APPMODE = -mconsole
|
|
IMPORTS = rpcrt4
|
|
|
|
C_SRCS = \
|
|
epmp.c \
|
|
irotp.c \
|
|
rpcss_main.c
|
|
|
|
IDL_SRCS = \
|
|
epm.idl \
|
|
irot.idl
|