mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:03:03 +01:00
Update
This commit is contained in:
parent
40587e061a
commit
59a4dbfecf
@ -11,7 +11,7 @@
|
||||
<BODY>
|
||||
<H2>VisualStudio build Notes</H2>
|
||||
<hr/>
|
||||
Last Update: June 7 2003<br>
|
||||
Last Update: July 16 2003<br>
|
||||
Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
|
||||
|
||||
<h3>0.-Introduction</h3>
|
||||
@ -112,7 +112,12 @@ Author: Blas Rodriguez Somoza <a href="">blas@puertareal.com</a><br>
|
||||
<h4>4.2.-Parser rebuild</h4>
|
||||
<p>Remember, you need sed and bison or yacc in the path to rebuild the parser</p>
|
||||
<p>If you change parser.cpp or parser.sed you will need to rebuild parser.cpp, to do so use parser.bat</p>
|
||||
<h4>4.3.-Installer build</h4>
|
||||
<h4>4.3.-Examples build</h4>
|
||||
<p>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:</p>
|
||||
<ol>
|
||||
<li>make_examples.bat</li>
|
||||
</ol>
|
||||
<h4>4.4.-Installer build</h4>
|
||||
<p>Remember, you need sed and innosetup in the path to build the installer</p>
|
||||
<ul>
|
||||
<li>Open a command line window.</li>
|
||||
@ -125,12 +130,11 @@ Where DEBUG means if the build is a debug one or not and CS means classic server
|
||||
<h4>4.4.-Building samples</h4>
|
||||
<p>After the standard build is finished, an output directory with the same structure as the installed FB directory is created.</p>
|
||||
<p>If you want to build the examples just cd to firebird2\output\examples\build_win32 and run build_all.bat</p>
|
||||
<p>Build_all.bat calls five other bats to make the example sets. Excluding empbuild which is a prerequisite for the other example sets, any example set can be build independently with its make_XXX script.</p>
|
||||
<p>Build_all.bat calls four other bats to make the example sets. Any example set can be build independently with its make_XXX script.</p>
|
||||
<p>The example sets are:</p>
|
||||
<ul>
|
||||
<li>api (API Interface)</li>
|
||||
<li>dyn (embedded dynamic SQL)</li>
|
||||
<li>empbuild (databases for the other sets)</li>
|
||||
<li>stat (embedded static SQL)</li>
|
||||
<li>udf (User defined functions)</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user