From 3b3bf912bd14d34b92cbbe858fbaf08ffdaf2dc0 Mon Sep 17 00:00:00 2001 From: brodsom Date: Sat, 5 Jul 2003 02:35:41 +0000 Subject: [PATCH] Update --- doc/README.build.msvc.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/README.build.msvc.html b/doc/README.build.msvc.html index eab598d9db..36d207fb9a 100644 --- a/doc/README.build.msvc.html +++ b/doc/README.build.msvc.html @@ -66,16 +66,16 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
  1. Open a command line window.
  2. Go to the firebird2 builds\win32 directory.
  3. -
  4. Run the following batches in order (where X is the version number of your VisualStudio)
  5. +
  6. Run the following batches in order (your version of VisualStudio is detected automatically)
    1. prepare.bat [FIREBIRD]
    2. -
    3. makeX_boot.bat
    4. -
    5. makeX_all.bat [DEBUG] [CLEAN]
    6. -
    7. makeX_examples.bat [DEBUG] [CLEAN] (this is only needed if you want to build examples)
    8. +
    9. make_boot.bat
    10. +
    11. make_all.bat [DEBUG] [CLEAN]
    12. +
    13. make_examples.bat [DEBUG] [CLEAN] (this is only needed if you want to build examples)

4.2.-Parser rebuild

@@ -86,8 +86,8 @@ Author: Blas Rodriguez Somoza blas@puertareal.com
  • Open a command line window.
  • Go to the firebird2 src\install\arch-specific\win32 directory.
  • The batch to build the installer is
    -BuildExecutableInstall.bat [MSVC_VERSION] [DEBUG] [CS]
    -Where MSVC_VERSION can be 6 o 7, DEBUG means if the build is a debug one or not and CS means classic server installer.
  • +BuildExecutableInstall.bat [DEBUG] [CS]
    +Where DEBUG means if the build is a debug one or not and CS means classic server installer.