Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Tools/freeze/winmakemakefile.py

    r2 r391  
    135135
    136136    print "$(target)$(debug_suffix)%s: $(temp_dir) $(OBJS)" % (target_ext)
    137     print "\tlink -out:$(target)$(debug_suffix)%s %s" % (target_ext, target_link_flags),
    138     print "\t$(OBJS) \\"
    139     print "\t$(LIBS) \\"
    140     print "\t$(ADDN_LINK_FILES) \\"
    141     print "\t$(pythonlib) $(lcustom) $(l_debug)\\"
     137    print "\tlink -out:$(target)$(debug_suffix)%s %s" % (target_ext, target_link_flags), "@<<"
     138    print "\t$(OBJS)"
     139    print "\t$(LIBS)"
     140    print "\t$(ADDN_LINK_FILES)"
     141    print "\t$(pythonlib) $(lcustom) $(l_debug)"
    142142    print "\t$(resources)"
     143    print "<<"
    143144    print
    144145    print "clean:"
Note: See TracChangeset for help on using the changeset viewer.