19 Jan
2014
19 Jan
'14
6:07 p.m.
On 19 January 2014 17:10, Paul A. Bristow
I also added
#~ Attempts to find the Boost source tree... #~ --boost=i:\modular-boost may be needed. local boost-src = [ if-has-file LICENSE_1_0.txt : [ MATCH --boost=(.*) : $(ARGV) ] $(BOOST) $(.boost-build-file:D)/../../modular-boost/ <<<<<<<<<<<<<<<< new for modular-boost $(.boost-build-file:D)/../boost $(.boost-build-file:D)/../Trunk ] ;
I fear that I am not the only one who will need to make quite a few adjustments (and also to MSVC solutions/projects) as a result of modularization.
I doubt many people will happen to have the appropriate directory layout for that to work. It's a pity that we don't have a better way to deal with this kind of dependency.