summaryrefslogtreecommitdiff
path: root/tools/build/example/customization/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/example/customization/readme.txt')
-rw-r--r--tools/build/example/customization/readme.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/build/example/customization/readme.txt b/tools/build/example/customization/readme.txt
new file mode 100644
index 000000000..7ee04f1a2
--- /dev/null
+++ b/tools/build/example/customization/readme.txt
@@ -0,0 +1,11 @@
+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.