From c71500ada6431c36af5fc19d03213d355bf4847b Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Fri, 4 Apr 2008 01:22:12 +0000 Subject: [PATCH] Wave: Some updates to the new 'preprocess_pragma_output' example. This fixes ticket #1752. [SVN r44023] --- v2/user-config.jam | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/v2/user-config.jam b/v2/user-config.jam index 45d1da27d..7cf826b29 100644 --- a/v2/user-config.jam +++ b/v2/user-config.jam @@ -51,7 +51,7 @@ # Configure msvc (default version, searched in standard location # and PATH). -# using msvc ; +using msvc : 8.0 : ; # Borland configuration # using borland ; @@ -76,3 +76,13 @@ # Configure with explicit installation prefix # using qt : /usr/opt/qt ; +# XSLT configuration +using xsltproc + : "C:/Downloads/C++/Boost/boost.book/xsltproc-win32/xsltproc.exe" + ; + +# BoostBook configuration +using boostbook + : "C:/Downloads/C++/Boost/boost.book/docbook-xsl-1.66.1" + : "C:/Downloads/C++/Boost/boost.book/docbook-xml-4.2" + ;