mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:47:44 +00:00
21 lines
368 B
Makefile
21 lines
368 B
Makefile
EXTRADEFS = -D__WINESRC__
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rpcss.exe
|
|
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@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|