wine/dlls/rpcrt4/Makefile.in
Alexandre Julliard f0cd33c69e include: Add support for defining Win32 types as 'long' where possible.
Add -DWINE_NO_LONG_TYPES to modules that still have compilation
warnings with long types.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-01-27 20:38:22 +01:00

35 lines
597 B
Makefile

EXTRADEFS = -DWINE_NO_LONG_TYPES -D_RPCRT4_ -DMSWMSG
MODULE = rpcrt4.dll
IMPORTLIB = rpcrt4
IMPORTS = uuid advapi32
DELAYIMPORTS = iphlpapi wininet secur32 user32 ws2_32 oleaut32
ndr_types_EXTRAIDLFLAGS = -Oicf
C_SRCS = \
cproxy.c \
cpsf.c \
cstub.c \
ndr_clientserver.c \
ndr_contexthandle.c \
ndr_es.c \
ndr_fullpointer.c \
ndr_marshall.c \
ndr_ole.c \
ndr_stubless.c \
ndr_typelib.c \
rpc_assoc.c \
rpc_async.c \
rpc_binding.c \
rpc_epmap.c \
rpc_message.c \
rpc_server.c \
rpc_transport.c \
rpcrt4_main.c
RC_SRCS = version.rc
IDL_SRCS = \
epm.idl \
ndr_types.idl