~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Wine Cross Reference
wine/dlls/actxprxy/Makefile.in

Version: ~ [ wine-1.1.33 ] ~ [ wine-1.1.32 ] ~ [ wine-1.1.31 ] ~ [ wine-1.1.30 ] ~ [ wine-1.1.29 ] ~ [ wine-1.1.28 ] ~ [ wine-1.1.27 ] ~ [ wine-1.1.26 ] ~ [ wine-1.1.25 ] ~ [ wine-1.1.24 ] ~ [ wine-1.1.23 ] ~ [ wine-1.1.22 ] ~ [ wine-1.1.21 ] ~ [ wine-1.1.20 ] ~ [ wine-1.1.19 ] ~ [ wine-1.1.18 ] ~ [ wine-1.1.17 ] ~ [ wine-1.1.16 ] ~ [ wine-1.1.15 ] ~ [ wine-1.1.14 ] ~ [ wine-1.1.13 ] ~ [ wine-1.1.12 ] ~ [ wine-1.1.11 ] ~ [ wine-1.1.10 ] ~ [ wine-1.1.9 ] ~ [ wine-1.1.8 ] ~ [ wine-1.1.7 ] ~ [ wine-1.0.1 ] ~ [ wine-1.1.6 ] ~ [ wine-1.1.5 ] ~ [ wine-1.1.4 ] ~ [ wine-1.1.3 ] ~ [ wine-1.1.2 ] ~ [ wine-1.1.1 ] ~ [ wine-1.1.0 ] ~ [ wine-1.0 ] ~

  1 TOPSRCDIR = @top_srcdir@
  2 TOPOBJDIR = ../..
  3 SRCDIR    = @srcdir@
  4 VPATH     = @srcdir@
  5 MODULE    = actxprxy.dll
  6 IMPORTS   = uuid oleaut32 ole32 rpcrt4 kernel32 ntdll
  7 EXTRADEFS = -DREGISTER_PROXY_DLL -DPROXY_DELEGATION
  8 
  9 EXTRA_OBJS = dlldata.o
 10 
 11 C_SRCS = \
 12         usrmarshal.c
 13 
 14 IDL_P_SRCS = \
 15         actxprxy_activscp.idl \
 16         actxprxy_comcat.idl \
 17         actxprxy_docobj.idl \
 18         actxprxy_hlink.idl \
 19         actxprxy_htiframe.idl \
 20         actxprxy_objsafe.idl \
 21         actxprxy_ocmm.idl \
 22         actxprxy_servprov.idl \
 23         actxprxy_shobjidl.idl \
 24         actxprxy_urlhist.idl
 25 
 26 @MAKE_DLL_RULES@
 27 
 28 @DEPENDENCIES@  # everything below this line is overwritten by make depend

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.