Makefile.in 379 Bytes
Newer Older
1
EXTRADEFS = -DWINE_NO_UNICODE_MACROS
2 3 4 5 6
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = rpcss.exe
7
APPMODE   = -mconsole
8
IMPORTS   = rpcrt4 kernel32 ntdll
9 10

C_SRCS = \
11
	epmp.c \
12 13
	irotp.c \
	rpcss_main.c
14

15
IDL_S_SRCS = \
16
	epm.idl \
17 18
	irot.idl

19 20
@MAKE_PROG_RULES@

21
@DEPENDENCIES@  # everything below this line is overwritten by make depend