2
0
mirror of https://github.com/boostorg/build.git synced 2026-01-24 17:52:26 +00:00
Files
build/example/customization
Nikita Kniazev fcaafb3593 python3 shebang (#258)
* python3 shebang
* CI: execute python scripts via shebang
2023-04-17 09:19:00 -05:00
..
2003-07-03 08:57:32 +00:00
2023-04-17 09:19:00 -05:00
2020-03-09 11:08:48 -05:00
2004-09-23 10:46:58 +00:00
2004-09-23 10:46:58 +00: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
B2. 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.