wine-wine/programs/rpcss/Makefile.in

20 lines
292 B
Makefile
Raw Normal View History

EXTRADEFS = -D__WINESRC__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = rpcss.exe
2004-03-02 21:00:00 +00:00
APPMODE = -mconsole
IMPORTS = rpcrt4 kernel32 ntdll
C_SRCS = \
epmp.c \
irotp.c \
rpcss_main.c
IDL_S_SRCS = \
epm.idl \
irot.idl
@MAKE_PROG_RULES@