Kaydet (Commit) 77b30089 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add XXX warning about fishy line

üst 49b12267
...@@ -13,6 +13,7 @@ def realwork(vars, files, target): ...@@ -13,6 +13,7 @@ def realwork(vars, files, target):
print print
print "target =", target print "target =", target
print "pythonhome =", vars['prefix'] print "pythonhome =", vars['prefix']
# XXX The following line is fishy and may need manual fixing
print "pythonlib =", vars['exec_prefix'] + "/pcbuild/release/python15.lib" print "pythonlib =", vars['exec_prefix'] + "/pcbuild/release/python15.lib"
print "subsystem =", vars['subsystem'] print "subsystem =", vars['subsystem']
print print
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment