Lines Matching defs:compile
21 instance can be used for all the compile/link steps in building a
22 single project. Thus, attributes common to all of those compile and
205 per-compilation basis (ie. in the call to 'compile()'), then that
308 # Helper method to prep compiler in subclass compile() methods
312 """Process arguments and decide which source files to compile."""
363 """Typecheck and fix-up some of the arguments to the 'compile()'
503 definitions as for 'compile()', which will augment the macros set
511 def compile(self, sources, output_dir=None, macros=None,
528 'output_dir' is "build", then it would compile to
581 # A concrete compiler class that does not override compile()
600 compile step where this matters: the 'debug' flag is included here
659 'debug' is as for 'compile()' and 'create_static_lib()', with the
664 'extra_preargs' and 'extra_postargs' are as for 'compile()' (except
792 objects = self.compile([fname], include_dirs=include_dirs)
1010 msg = "don't know how to compile C/C++ code on platform '%s'" % plat
1022 "can't compile C/C++ code: unable to load module '%s'" % \
1026 "can't compile C/C++ code: unable to find class '%s' "