2006-11-09 23:04:48 +01:00
|
|
|
EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
|
2000-07-15 21:53:50 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = rpcrt4.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = rpcrt4
|
2008-04-30 14:23:55 +02:00
|
|
|
IMPORTS = uuid iphlpapi advapi32 kernel32 ntdll
|
2008-01-21 11:31:40 +01:00
|
|
|
DELAYIMPORTS = secur32 user32
|
2000-11-12 04:50:10 +01:00
|
|
|
|
2000-07-15 21:53:50 +02:00
|
|
|
C_SRCS = \
|
2002-10-10 23:18:29 +02:00
|
|
|
cproxy.c \
|
2002-10-11 01:36:52 +02:00
|
|
|
cpsf.c \
|
2002-10-11 00:46:08 +02:00
|
|
|
cstub.c \
|
2006-08-29 22:13:19 +02:00
|
|
|
ndr_clientserver.c \
|
2007-12-25 20:07:41 +01:00
|
|
|
ndr_contexthandle.c \
|
2007-11-05 00:10:32 +01:00
|
|
|
ndr_es.c \
|
2006-05-26 20:56:00 +02:00
|
|
|
ndr_fullpointer.c \
|
2002-10-22 02:41:17 +02:00
|
|
|
ndr_marshall.c \
|
2002-10-11 20:45:02 +02:00
|
|
|
ndr_ole.c \
|
2002-10-10 21:23:33 +02:00
|
|
|
ndr_stubless.c \
|
2007-12-16 13:11:49 +01:00
|
|
|
rpc_assoc.c \
|
2008-01-07 16:20:50 +01:00
|
|
|
rpc_async.c \
|
Implemented RpcBindingInqObject, RpcBindingSetObject,
RpcBindingVectorFree, RpcBindingToStringBindingA/W,
RpcBindingFromStringBindingA/W, RpcStringBindingParseA/W,
I_RpcBindingSetAsync, RpcStringBindingComposeA/W, RpcBindingFree,
RPCStringFreeW, UUIDHash, UuidToStringW, and associated junk.
2002-10-07 23:49:49 +02:00
|
|
|
rpc_binding.c \
|
2002-12-02 22:17:04 +01:00
|
|
|
rpc_epmap.c \
|
2002-10-10 20:55:24 +02:00
|
|
|
rpc_message.c \
|
2002-10-11 19:52:37 +02:00
|
|
|
rpc_server.c \
|
2006-04-21 08:38:57 +02:00
|
|
|
rpc_transport.c \
|
2008-06-25 19:27:03 +02:00
|
|
|
rpcrt4_main.c
|
2000-07-15 21:53:50 +02:00
|
|
|
|
2007-03-07 21:25:16 +01:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2008-06-25 19:26:56 +02:00
|
|
|
IDL_C_SRCS = \
|
|
|
|
epm.idl
|
|
|
|
|
2000-07-15 21:53:50 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|