wine-wine/dlls/actxprxy/Makefile.in

29 lines
611 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = actxprxy.dll
IMPORTS = uuid oleaut32 ole32 rpcrt4 kernel32 ntdll
EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
EXTRA_OBJS = dlldata.o
C_SRCS = \
usrmarshal.c
IDL_P_SRCS = \
actxprxy_activscp.idl \
2009-09-11 10:31:26 +00:00
actxprxy_comcat.idl \
2009-09-11 10:33:13 +00:00
actxprxy_docobj.idl \
2009-09-11 10:33:50 +00:00
actxprxy_hlink.idl \
actxprxy_htiframe.idl \
2009-09-11 10:35:48 +00:00
actxprxy_objsafe.idl \
2009-09-11 10:36:53 +00:00
actxprxy_ocmm.idl \
actxprxy_servprov.idl \
2009-09-11 10:41:13 +00:00
actxprxy_shobjidl.idl \
actxprxy_urlhist.idl
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend