$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (cppljevans_at_[hidden])
Date: 2005-05-29 13:07:45
This contains:
main-target-name is the name used to request the target on command
line and to use it from other main targets
which should be:
main-target-name is the name used to request the target on command
line and to distinguish it from other main targets
but what if there are identically named main targets:
lib main : main.cpp;
exe main : main.cpp;
How does one indicate build of the lib instead of the exe?