diff --git a/doc/README.build.msvc.html b/doc/README.build.msvc.html
index 872909f44c..7bcd33ee11 100644
--- a/doc/README.build.msvc.html
+++ b/doc/README.build.msvc.html
@@ -18,13 +18,14 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
There are two VisualStudio builds, msvc6 and msvc7. The msvc6 build is the official build of FB in win32.
-Under the directory where you put Firebird sources you will see the following directories
+Under the directory where you put Firebird2 sources you will see the following directories
- builds
- mac_os_x (Mac os X build scripts)
- posix (Posix build scripts)
- win32 (Msvc build scripts)
+- .....
- doc
@@ -34,6 +35,14 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
+
- ....
- lang_helpers
++
+- ....
+- examples
++
- ....
+After you build Firebird you also will see the following temporary directories
@@ -88,17 +97,16 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
4.1.-Standard build
- Open a command line window.
-- Go to the firebird2 builds\win32 directory.
+- Go to the firebird2\builds\win32 directory.
- Run the following batches in order (your version of VisualStudio is detected automatically)
- prepare.bat [FIREBIRD]
- make_boot.bat
- make_all.bat [DEBUG] [CLEAN]
-- make_examples.bat [DEBUG] [CLEAN] (this is only needed if you want to build examples)
-
After the build finish, the firebird directory with the binaries is created as "output" below your firebird directory.
+After the build finish, an output directory with the binaries is created below your firebird2 directory.
- To make a clean build from scratch after making changes to the code use the clean_all.bat script
4.2.-Parser rebuild
@@ -108,7 +116,7 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
Remember, you need sed and innosetup in the path to build the installer
- Open a command line window.
-- Go to the firebird2 builds\install\arch-specific\win32 directory.
+- Go to the firebird2\builds\install\arch-specific\win32 directory.
- The batch to build the installer is
BuildExecutableInstall.bat [DEBUG] [CS]
Where DEBUG means if the build is a debug one or not and CS means classic server installer.