Hi,

I am working with a software project written by someone else for Visual Studio 2005, and I'm trying to upgrade it to Visual Studio 2008. I am now at the part where I need to replace the boost libs, and it can't find "libboost_program_options-vc90-mt-gd-1_37.lib". I used the installer, but that didn't create any lib/ dir, so now I'm trying to compile it from the source code. However, it seems to only build the debug version ("boost_program_options-vc90-gd-1_37.lib"). How can I get it to build all of them, so that I get the one I need?

Thanks,
Tom