Changeset 391 for python/trunk/Tools/freeze/winmakemakefile.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Tools/freeze/winmakemakefile.py
r2 r391 135 135 136 136 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)" 142 142 print "\t$(resources)" 143 print "<<" 143 144 print 144 145 print "clean:"
Note:
See TracChangeset
for help on using the changeset viewer.