$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-build] Exclude source files based on <target-os>
From: Sherwood Hu (sherwood_at_[hidden])
Date: 2010-11-01 15:21:46
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?