I'm trying to build boost python using Python 3.2. I'm linking against python32.lib and libboost_python3-vc110-mt-gd-1_52.lib. I also definied BOOST_ALL_NO_LIB to disable boost's auto link feature.
Still I'm getting the following error:
fatal error LNK1104: cannot open file 'python27.lib'
How to tell boost to use Python 3.2?