Scilab command line options put in alphabetical order and some html tweaks

This commit is contained in:
William S Fulton 2015-01-19 19:46:16 +00:00
commit 6f48e57090
2 changed files with 8 additions and 7 deletions

View file

@ -266,7 +266,7 @@ The following table lists the Scilab specific command line options in addition t
<tr>
<td><tt>-builderverbositylevel &lt;level&gt;</tt></td>
<td>Set the build verbosity level to &lt;level&gt; (default 0)</td>
<td>Set the build verbosity level to &lt;level&gt; (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>

View file

@ -20,12 +20,13 @@ static const char *usage = (char *) " \
Scilab options (available with -scilab)\n \
-builder - Generate a Scilab builder script\n \
-buildercflags <cflags> - Add <cflags> to the builder compiler flags\n \
-builderflagscript <file> - Set the Scilab script <file> to use by builder to configure the build flags\n \
-builderldflags <ldflags> - Add <ldflags> to the builder linker flags\n \
-buildersources <files> - Add the (comma separated) files <files> to the builder sources\n \
-builderflagscript <file> - Set the Scilab script <file> to use by builder to configure the build flags\n \
-builderverbositylevel <level> - Set the builder verbosity level to <level> (default 0: off, 2: most verbose)\n \
-builderverbositylevel <level> - Set the builder verbosity level to <level> (default 0: off, 2: high)\n \
-gatewayxml <gateway_id> - Generate gateway xml with the given <gateway_id>\n \
-nobuilder - Do not generate the Scilab builder script (default)\n \
-gatewayxml <gateway_id> - Generate gateway xml with the given <gateway_id>\n\n";
\n";
class SCILAB:public Language {