From 7e79ed8810123d127d8d6d973e008e8fe31a23e7 Mon Sep 17 00:00:00 2001
From: brodsom
warning: unknown conversion type character `I' in format
warning: too many arguments for format
To create an installable build you need to do it in two steps, first prepare the output directory and then run the msvc BuildExecutableInstall.bat
+First change to builds/install/arch-specific/mingw directory and run
+
./prepare_mingw.sh
+After the script finish you need to open a dos window and cd to the builds/install/arch-specific/win32 directory under the firebird sources root.
+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. +
After you start the batch, you will get a InnoSetup window. To build the install exe select the option compile. The installer will be located in builds/win32/install_image.
+ +To install the build, simply run the resulting exe and copy MINGWM10.DLL file to the bin directory in the firebird install directory
+ +AUTOGEN
The autogen script creates an output file in the same directory where it is executed with the name config.out. If the autogen fails look at config.out first.