mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 13:22:11 +00:00
Wave: Some updates to the new 'preprocess_pragma_output' example. This fixes ticket #1752.
[SVN r44023]
This commit is contained in:
@@ -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"
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user