Searched defs:static_lib_format (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dcygwinccompiler.py105 static_lib_format = "lib%s%s" variable in class:CygwinCCompiler
H A Demxccompiler.py37 static_lib_format = "%s%s" variable in class:EMXCCompiler
H A Dccompiler.py75 static_lib_format = None # format string variable in class:CCompiler
76 shared_lib_format = None # prob. same as static_lib_format
803 # * static_lib_format -
808 # (probably same as static_lib_format, since the extension
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dcygwinccompiler.py105 static_lib_format = "lib%s%s" variable in class:CygwinCCompiler
H A Demxccompiler.py37 static_lib_format = "%s%s" variable in class:EMXCCompiler
H A Dccompiler.py75 static_lib_format = None # format string variable in class:CCompiler
76 shared_lib_format = None # prob. same as static_lib_format
803 # * static_lib_format -
808 # (probably same as static_lib_format, since the extension

Completed in 42 milliseconds