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

@ -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 {