I wonder whether it is possible to exclude files based on <target-os>, such as the one below:

 

Exe test-file : [ glob-tree *.c *.cpp ]

                :

           <target-os> linux:<exclude-file>iowin32.cpp

            ;

 

Is it possible in current boost.build?