Searched refs:manifest_setup_ldargs (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/distutils/ |
D | msvc9compiler.py | 643 self.manifest_setup_ldargs(output_filename, build_temp, ld_args) 673 def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): member in MSVCCompiler
|
/external/python/cpython3/Lib/distutils/ |
D | msvc9compiler.py | 631 self.manifest_setup_ldargs(output_filename, build_temp, ld_args) 661 def manifest_setup_ldargs(self, output_filename, build_temp, ld_args): member in MSVCCompiler
|