HomeSort by relevance Sort by last modified time
    Searched refs:lib_opts (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py     [all...]
unixccompiler.py 159 lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs,
168 lib_opts + ['-o', output_filename])
msvccompiler.py 488 lib_opts = gen_lib_options (self,
511 ld_args = (ldflags + lib_opts + export_opts +
msvc9compiler.py 604 lib_opts = gen_lib_options(self,
626 ld_args = (ldflags + lib_opts + export_opts +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py     [all...]
unixccompiler.py 159 lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs,
168 lib_opts + ['-o', output_filename])
msvccompiler.py 488 lib_opts = gen_lib_options (self,
511 ld_args = (ldflags + lib_opts + export_opts +
msvc9compiler.py 604 lib_opts = gen_lib_options(self,
626 ld_args = (ldflags + lib_opts + export_opts +

Completed in 186 milliseconds