mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
d77294a8ec
- preliminary implementation of endpoint-mapping via a new on-demand server-ish process - more header fixups - (re)implement RpcEpRegisterA, RpcEpUnregister, and RpcEpResolveBinding using the new rpcss functionality - update the todo list in rpcrt4_main.c a bit - many beautifications and touch-ups - command-line configurable timeout - micro-client imbedded in np_server.c
17 lines
259 B
Makefile
17 lines
259 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rpcss.exe
|
|
APPMODE = cui
|
|
IMPORTS = kernel32
|
|
|
|
C_SRCS = \
|
|
epmap_server.c \
|
|
np_server.c \
|
|
rpcss_main.c
|
|
|
|
@MAKE_PROG_RULES@
|
|
|
|
### Dependencies:
|