Makefile.in 192 Bytes
Newer Older
1
EXTRADEFS = -D__WINESRC__
2
MODULE    = rpcss.exe
3
APPMODE   = -mconsole
4
IMPORTS   = rpcrt4
5 6

C_SRCS = \
7
	epmp.c \
8 9
	irotp.c \
	rpcss_main.c
10

11
IDL_S_SRCS = \
12
	epm.idl \
13 14
	irot.idl

15
@MAKE_PROG_RULES@