Scilab command line options put in alphabetical order and some html tweaks
This commit is contained in:
parent
bbca45174a
commit
6f48e57090
2 changed files with 8 additions and 7 deletions
|
|
@ -266,7 +266,7 @@ The following table lists the Scilab specific command line options in addition t
|
|||
|
||||
<tr>
|
||||
<td><tt>-builderverbositylevel <level></tt></td>
|
||||
<td>Set the build verbosity level to <level> (default 0)</td>
|
||||
<td>Set the build verbosity level to <level> (default 0: off, 2: high)</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
@ -1856,9 +1856,9 @@ In this mode, the following SWIG options may be used to setup the build:
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li><tt><b>buildersources</b></tt>: to add sources to the build (several files must be separated by a comma)</li>
|
||||
<li><tt><b>buildercflags</b></tt>: to add flags to the builder compiler flags, for example to set library dependencies include paths</li>
|
||||
<li><tt><b>builderldflags</b></tt>: to add flags to the linker flags, for example to set library dependency names and paths</li>
|
||||
<li><tt><b>-buildersources</b></tt>: to add sources to the build (several files must be separated by a comma)</li>
|
||||
<li><tt><b>-buildercflags</b></tt>: to add flags to the builder compiler flags, for example to set library dependencies include paths</li>
|
||||
<li><tt><b>-builderldflags</b></tt>: to add flags to the linker flags, for example to set library dependency names and paths</li>
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue