| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| class.verbatim | D | 12-May-2024 | 92 | 7 | 6 | |
| codegen.cpp | D | 12-May-2024 | 894 | 37 | 25 | |
| inline_file.py | D | 12-May-2024 | 1.1 KiB | 45 | 28 | |
| jamroot.jam | D | 12-May-2024 | 273 | 10 | 6 | |
| readme.txt | D | 12-May-2024 | 466 | 12 | 8 | |
| t1.verbatim | D | 12-May-2024 | 29 | 2 | 2 | |
| t2.verbatim | D | 12-May-2024 | 0 | |||
| usage.verbatim | D | 12-May-2024 | 162 | 5 | 4 | |
| verbatim.jam | D | 12-May-2024 | 1.9 KiB | 62 | 53 | |
| verbatim.py | D | 12-May-2024 | 1.6 KiB | 48 | 16 |
readme.txt
1Copyright 2003 Vladimir Prus 2Distributed under the Boost Software License, Version 1.0. 3(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) 4 5 6This example show how to add a new target type and a new tool support to 7B2. Please refer to extender manual for a complete description of this 8example. 9 10Note that this example requires Python. If cygwin Python on Windows is to be 11used, please go to "verbatim.jam" and follow instructions there. 12