$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: DJB (usrlocalinfo_at_[hidden])
Date: 2005-03-11 17:24:13
I'm having trouble enabling map files with msvc-7.1. Any help would be
appreciated.
This works:
bjam --v2 threading=multi rtti=off msvc-7.1 release
link-runtime=static myproject
This fails with 'duplicate name of actual target' error:
bjam --v2 threading=multi rtti=off msvc-7.1 release
linkflags="-MAP"
linkflags="-MAPINFO:EXPORTS"
linkflags="-MAPINFO:LINES"
link-runtime=static myproject
Maybe the ":" character is causing confusion? Anyone have success
getting mapfiles with bjam v2 and msvc?