|
Boost-Build : |
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?
Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk