From 4f1b0d09b30cb4def7f4d31036c0751db16d114a Mon Sep 17 00:00:00 2001
From: John Maddock
Date: Tue, 12 Jun 2001 11:26:48 +0000
Subject: [PATCH] Fixed minor typos
[SVN r10312]
---
introduction.htm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/introduction.htm b/introduction.htm
index d3e69a72..cc44d489 100644
--- a/introduction.htm
+++ b/introduction.htm
@@ -247,7 +247,7 @@ can use it, instructions for specific platforms are as follows:
- Open up a console window and change to the
- <boost>\libs\regex\lib directory.
+ <boost>\libs\regex\build directory.
- Select the appropriate makefile (bcb4.mak for C++ Builder
4, bcb5.mak for C++ Builder 5, and bcc55.mak for the 5.5
command line tools).
@@ -304,7 +304,7 @@ href="http://ourworld.compuserve.com/homepages/john_maddock/regexpp.htm">library
Open up a command prompt, which has the necessary MSVC
environment variables defined (for example by using the batch
file Vcvars32.bat installed by the Visual Studio installation),
-and change to the <boost>\libs\regex\lib directory.
+and change to the <boost>\libs\regex\build directory.
Select the correct makefile - vc6.mak for "vanilla"
Visual C++ 6 or vc6-stlport.mak if you are using STLPort.