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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
winmakemakefile.py 84 target_link_flags = ""
87 target_link_flags = "-dll"
137 print "\tlink -out:$(target)$(debug_suffix)%s %s" % (target_ext, target_link_flags), "@<<"
  /external/python/cpython2/Tools/freeze/
winmakemakefile.py 84 target_link_flags = ""
87 target_link_flags = "-dll"
137 print "\tlink -out:$(target)$(debug_suffix)%s %s" % (target_ext, target_link_flags), "@<<"
  /external/python/cpython3/Tools/freeze/
winmakemakefile.py 84 target_link_flags = ""
87 target_link_flags = "-dll"
138 (target_ext, target_link_flags), "@<<")

Completed in 205 milliseconds