From 59a4dbfecf2f6e14c6a5b510ebc98c50d6d2718b Mon Sep 17 00:00:00 2001 From: brodsom Date: Wed, 16 Jul 2003 19:40:47 +0000 Subject: [PATCH] Update --- doc/README.build.msvc.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/README.build.msvc.html b/doc/README.build.msvc.html index 538d13847f..0f09bc38de 100644 --- a/doc/README.build.msvc.html +++ b/doc/README.build.msvc.html @@ -11,7 +11,7 @@

VisualStudio build Notes


-Last Update: June 7 2003
+Last Update: July 16 2003
Author: Blas Rodriguez Somoza blas@puertareal.com

0.-Introduction

@@ -112,7 +112,12 @@ Author: Blas Rodriguez Somoza blas@puertareal.com

4.2.-Parser rebuild

Remember, you need sed and bison or yacc in the path to rebuild the parser

If you change parser.cpp or parser.sed you will need to rebuild parser.cpp, to do so use parser.bat

-

4.3.-Installer build

+

4.3.-Examples build

+

The examples build prepare two databases that will be needed to compile the examples in a distribution. If you intend to prepare a distribution then run the examples batch before:

+
    +
  1. make_examples.bat
  2. +
+

4.4.-Installer build

Remember, you need sed and innosetup in the path to build the installer