I am using boost 1_34_1 and the python module is using Python 2.5. I need to tell it to use 2.4. With bjam, there is a using directive that will link it to 2.4 - is there a pre-processor definition I can use to do this in Visual Studio? I know the boost python docs recommend using boost::jam to build python projects, but I inherited this one from someone and I do not know enough bjam to put it together quickly. Thanks -J |