wave/samples/custom_directives/build/Jamfile.v2
2010-02-06 23:23:31 +00:00

18 lines
520 B
Plaintext

# Boost.Wave: A Standard compliant C++ preprocessor library
#
# Boost Wave Library Sample Build Jamfile (advanced_hooks)
#
# http://www.boost.org/
#
# Copyright (c) 2001-2010 Hartmut Kaiser. Distributed under the Boost
# Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
exe custom_directives
: ../custom_directives.cpp
/boost/wave//boost_wave
/boost/thread//boost_thread
/boost/date_time//boost_date_time
;