diff --git a/doc/README.build.msvc.html b/doc/README.build.msvc.html index b64fa3ca37..cf6d8eb6c6 100644 --- a/doc/README.build.msvc.html +++ b/doc/README.build.msvc.html @@ -1,24 +1,24 @@ - - -Build procedure for MSVC compiler - - - - - + + +Build procedure for MSVC compiler + + + + + - -

VisualStudio build Notes

+ +

VisualStudio build Notes


-Last Update: Aug 25 2009
+Last Update: Aug 25 2010
Author: Blas Rodriguez Somoza blas@puertareal.com
-Updated by: Popa Adrian Marius +Updated by: Popa Adrian Marius (mapopa at gmail.com)

0.-Introduction

-

There are two VisualStudio builds, msvc8 and msvc9. The msvc8 build is the official build of FB in win32.

+

There are two VisualStudio builds, msvc8 and msvc9. The msvc8 build is used for the official build of Firebird in win32.

Under the directory where you put Firebird2 sources you will see the following directories

1.-TODO

@@ -65,10 +65,11 @@ Updated by: Popa Adrian Marius
  • sed unix utility
  • -

    If you intend to prepare an installable build, you will need innosetup.

    +

    If you intend to prepare an installable build, you will need innosetup 5

    To download the utilities use the following links

    @@ -79,7 +80,7 @@ Updated by: Popa Adrian Marius

    2.1.-Visual Studio

    1. Install VisualStudio 8/9
    2. -
    3. You can try to compile it with Visual Studio Express but it will not be able to build the control panel applet but the server building is ok
      +
    4. You can compile it with Visual Studio Express but it will not be able to build the control panel applet but for the firebird server building is ok
    @@ -91,13 +92,19 @@ Updated by: Popa Adrian Marius

    2.3.-Inno setup

    - +
      +
    1. Run the Installer for Innosetup 5 that you downloaded from above +setup-5.3.xx.exe
    2. +
    3. Run the Innosetup pack Installer ispack-5.3.10.exe +with the default options (next , next , next)
    4. +

        4.- Building

        4.1.-Standard build

          +
        1. Eliminate the fb2control from firebird2 solution if you are using Visual Studio EXpress (doesn't support MFC) and it's only the control pannel applet and try to build it , it should give you no errors when you build the solution.
        2. Open a command line window.
        3. Go to the firebird2\builds\win32 directory.
        4. Run the following batches in order (your version of VisualStudio is detected automatically)
        5. @@ -140,5 +147,5 @@ Where DEBUG means if the build is a debug one or not and CS means classic server
        6. udf (User defined functions)
        - - + +