Add XXX warning about fishy line

This commit is contained in:
Guido van Rossum 1997-08-14 20:13:46 +00:00
parent 49b1226781
commit 77b300895c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ def realwork(vars, files, target):
print
print "target =", target
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 "subsystem =", vars['subsystem']
print