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 @@ - -
--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
- builds
@@ -49,7 +49,7 @@ Updated by: Popa Adrian Marius
- gen (cpp files generated from epp, exe and fdb's.)
- temp (compiler temporary)
-- output (build output)
+- output_Win32 (build output)
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
- - + +4.1.-Standard build
+
- 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.
- Open a command line window.
- Go to the firebird2\builds\win32 directory.
- Run the following batches in order (your version of VisualStudio is detected automatically)
@@ -140,5 +147,5 @@ Where DEBUG means if the build is a debug one or not and CS means classic server- udf (User defined functions)