Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77b3008

Browse files
committed
Add XXX warning about fishy line
1 parent 49b1226 commit 77b3008

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/freeze/winmakemakefile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def realwork(vars, files, target):
1313
print
1414
print "target =", target
1515
print "pythonhome =", vars['prefix']
16+
# XXX The following line is fishy and may need manual fixing
1617
print "pythonlib =", vars['exec_prefix'] + "/pcbuild/release/python15.lib"
1718
print "subsystem =", vars['subsystem']
1819
print

0 commit comments

Comments
 (0)