Lines Matching defs:link
21 instance can be used for all the compile/link steps in building a
23 link steps -- include directories, macros to define, libraries to link
26 attributes may be varied on a per-compilation or per-link basis.
54 # dirs, e.g. "-Ldir1 -lfoo -Ldir2 -lfoo" to link against
103 # 'libraries': a list of libraries to include in any link
115 # named library files) to include on any link
243 The linker will be instructed to link against libraries in the
246 names; the linker will be instructed to link against libraries as
291 compilers") to be included in every link driven by this compiler
298 every link to 'objects'. This does not affect any standard object
612 # values for target_desc parameter in link()
617 def link(self,
640 'libraries' is a list of libraries to link against. These are
677 # Old 'link_*()' methods, rewritten to use the new 'link()' method.
692 self.link(CCompiler.SHARED_LIBRARY, objects,
713 self.link(CCompiler.SHARED_OBJECT, objects,
731 self.link(CCompiler.EXECUTABLE, objects,