13 Apr
2013
13 Apr
'13
4 p.m.
Wait. Maybe python is wants it to be bjam*.exe*
So instead of:
c:\\boost\\tools\\build\\v2\\test\\..\\engine\\bin.ntx86\\bjam
it should be
c:\\boost\\tools\\build\\v2\\test\\..\\engine\\bin.ntx86\\bjam*.exe*
What line would need to be changed?
Ok, in boostbuild.py I changed: executable="bjam" to executable="bjam*.exe*" with the same result.