mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 22:50:08 +00:00
34fa35dc99
makefiles, and added support for building a .def.a static import library too.
30 lines
521 B
Makefile
30 lines
521 B
Makefile
EXTRADEFS = -D_RPCRT4_ -DCOM_NO_WINDOWS_H -DMSWMSG
|
|
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = rpcrt4.dll
|
|
IMPORTLIB = librpcrt4.$(IMPLIBEXT)
|
|
IMPORTS = iphlpapi advapi32 kernel32 ntdll
|
|
EXTRALIBS = -luuid
|
|
|
|
C_SRCS = \
|
|
cproxy.c \
|
|
cpsf.c \
|
|
cstub.c \
|
|
ndr_marshall.c \
|
|
ndr_midl.c \
|
|
ndr_ole.c \
|
|
ndr_stubless.c \
|
|
rpc_binding.c \
|
|
rpc_epmap.c \
|
|
rpc_message.c \
|
|
rpc_server.c \
|
|
rpcrt4_main.c \
|
|
rpcss_np_client.c
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|