From 43a445afce81e1e0144a3a0bfea0a302179ea60d Mon Sep 17 00:00:00 2001
From: Eric Niebler That will build static and shared non-debug multi-threaded variants of the libraries. To build all variants, pass the additional option, “--build-type=complete”. That will build static and shared non-debug multi-threaded variants of the libraries. To build all variants, pass the additional option, “``--build-type=complete``”.
Boost.Build can produce a great deal of output, which can make it easy to miss problems. If you want to make sure everything is went well, you might redirect the output into a -file by appending “>build.log 2>&1” to your command line.
+file by appending “``>build.log 2>&1``” to your command line. @@ -646,8 +646,7 @@ tagged as "-1_31_1". convention. On most unix-style platforms the extensions are .a and .so for static libraries (archives) and shared libraries, respectively. On Windows, .dll indicates a shared -library and (except for static libraries built by the gcc -toolset, whose names always end in .a) .lib indicates a +library and .lib indicates a static or import library. Where supported by toolsets on unix variants, a full version extension is added (e.g. ".so.1.34") and a symbolic link to the library file, named without the trailing diff --git a/getting_started/windows.html b/getting_started/windows.html index 1face1f..41a2a7b 100644 --- a/getting_started/windows.html +++ b/getting_started/windows.html @@ -537,7 +537,7 @@ be interested in:Boost.Build can produce a great deal of output, which can make it easy to miss problems. If you want to make sure everything is went well, you might redirect the output into a -file by appending “>build.log 2>&1” to your command line.
+file by appending “``>build.log 2>&1``” to your command line. @@ -741,8 +741,7 @@ tagged as "-1_31_1". convention. On most unix-style platforms the extensions are .a and .so for static libraries (archives) and shared libraries, respectively. On Windows, .dll indicates a shared -library and (except for static libraries built by the gcc -toolset, whose names always end in .a) .lib indicates a +library and .lib indicates a static or import library. Where supported by toolsets on unix variants, a full version extension is added (e.g. ".so.1.34") and a symbolic link to the library file, named without the trailing