1# Boost.Wave: A Standard compliant C++ preprocessor library 2# 3# Boost Wave Library Sample Build Jamfile (Hannibal) 4# 5# http://www.boost.org/ 6# 7# Copyright (c) 2001-2010 Hartmut Kaiser. Distributed under the Boost 8# Software License, Version 1.0. (See accompanying file 9# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 10 11exe hannibal 12 : ../hannibal.cpp 13 /boost/wave//boost_wave 14 /boost/filesystem//boost_filesystem 15 /boost/program_options//boost_program_options 16 /boost/system//boost_system 17 /boost/thread//boost_thread 18 ; 19 20