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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
winmakemakefile.py 54 version_suffix = "%r%r" % sys.version_info[:2]
76 print 'pythonlib = "$(pythonhome)/pcbuild/python%s$(debug_suffix).lib"' % version_suffix
91 print "# As the target uses Python%s.dll, we must use this compiler option!" % version_suffix
  /external/python/cpython2/Tools/freeze/
winmakemakefile.py 54 version_suffix = "%r%r" % sys.version_info[:2]
76 print 'pythonlib = "$(pythonhome)/pcbuild/python%s$(debug_suffix).lib"' % version_suffix
91 print "# As the target uses Python%s.dll, we must use this compiler option!" % version_suffix
  /external/python/cpython3/Tools/freeze/
winmakemakefile.py 54 version_suffix = "%r%r" % sys.version_info[:2]
76 print('pythonlib = "$(pythonhome)/pcbuild/python%s$(debug_suffix).lib"' % version_suffix)
91 print("# As the target uses Python%s.dll, we must use this compiler option!" % version_suffix)

Completed in 485 milliseconds