1#==============================================================================
2#   Copyright (c) 2001-2009 Joel de Guzman
3#   Copyright (c) 2001-2009 Hartmut Kaiser
4#
5#   Distributed under the Boost Software License, Version 1.0. (See accompanying
6#   file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7#==============================================================================
8
9project spirit_v2_repository/example_qi
10    : requirements
11        <toolset>gcc:<cxxflags>-ftemplate-depth-300
12        <toolset>darwin:<cxxflags>-ftemplate-depth-300
13    ;
14
15exe qi_confix : confix.cpp ;
16exe qi_distinct : distinct.cpp ;
17exe flush_multi_pass : flush_multi_pass.cpp ;
18exe calc1_sr : calc1_sr.cpp ;
19exe mini_xml2_sr : mini_xml2_sr.cpp ;
20exe advance : advance.cpp ;
21exe keywords : keywords.cpp ;
22exe derived : derived.cpp ;
23exe options : options.cpp ;
24exe seek : seek.cpp ;
25