build/example/customization
2015-10-26 16:50:28 -05:00
..
class.verbatim Add a new example. 2003-07-03 08:57:32 +00:00
codegen.cpp Converted files to the BSL. 2004-08-20 11:10:24 +00:00
inline_file.py Whitespace cleanup. 2015-09-17 10:24:07 +03:00
jamroot.jam Simplify setup 2010-07-20 08:13:06 +00:00
readme.txt Cleaned up Boost Build example readme.txt files a bit. 2008-08-31 22:28:38 +00:00
t1.verbatim Update the example 2004-09-23 10:46:58 +00:00
t2.verbatim Update the example 2004-09-23 10:46:58 +00:00
usage.verbatim Minor comment updates in several Boost Build modules. Removed an unused .caching global variable in the build/generators.jam module. 2008-09-04 17:54:07 +00:00
verbatim.jam Update examples to support VMS. 2015-10-26 16:50:28 -05:00
verbatim.py Whitespace cleanup. 2015-09-17 10:24:07 +03:00

Copyright 2003 Vladimir Prus 
Distributed under the Boost Software License, Version 1.0. 
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 


This example show how to add a new target type and a new tool support to
Boost.Build. Please refer to extender manual for a complete description of this
example.

Note that this example requires Python. If cygwin Python on Windows is to be
used, please go to "verbatim.jam" and follow instructions there.