mirror of
https://github.com/reactos/wine.git
synced 2024-12-04 17:56:51 +00:00
15 lines
222 B
Makefile
15 lines
222 B
Makefile
TESTDLL = rpcrt4.dll
|
|
IMPORTS = ole32 rpcrt4 advapi32
|
|
EXTRAIDLFLAGS = --prefix-server=s_
|
|
|
|
C_SRCS = \
|
|
cstub.c \
|
|
generated.c \
|
|
ndr_marshall.c \
|
|
rpc.c \
|
|
rpc_async.c \
|
|
rpc_protseq.c \
|
|
server.c
|
|
|
|
IDL_SRCS = server.idl
|