Why, when compiling Boost, don't I have the lib<name>.lib
files, and instead have <name>.lib
files?
For example: as compilation result, I have obtained the boost_filesystem-vc100-mt-1_56.lib
file but not the libboost_filesystem-vc100-mt-1_56.lib
file.