Fixes for Win makefile. Update to Boost 1.43
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Jul 2011 12:46:11 +0000 (14:46 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 25 Jul 2011 12:46:11 +0000 (14:46 +0200)
commit8eff7fecccca024ff59c9c305592fe8e3c5cab36
tree7253e4e9290e0f43e04eee794b3a05175905d8a5
parentb484b17197842b9f282db212fce12ed44e2a2371
Fixes for Win makefile. Update to Boost 1.43

Unfortunately, Boost 1.46 and Boost 1.47 have linking problems.
Some .lib refers to libboost_thread*.lib while only boost_thread*lib
is available. Version 1.43 do not have this problem (.lib files still
have prefix "lib").
win/makefile