mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
8df5add2d7
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
164 B
Makefile
12 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
|