15 Dec
                
                    2004
                
            
            
                15 Dec
                
                '04
                
            
            
            
        
    
                9:10 a.m.
            
        John Torjo wrote:
Does this work for Boost.Build (v2) projects? I would like an IDE that
Nope, it does not work with Boost.Build, because its Cross Builder's grammar and concepts are quite different.
For instance, you can have per-directory/file settings, which I don't think it's possible for Boost.build.
What do you mean?! Per-project "requirements" were a feature of V2 from the very start: http://boost.org/boost-build2/doc/html/bbv2/tutorial/properties.html#bbv2.tu... Per-file requirements are also possible: http://boost.org/boost-build2/doc/html/bbv2/faq/s07.html - Volodya