Author:halw

Date:2009-01-11T21:19:41.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@157 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2009-01-11 21:19:41 +00:00
parent 6e0bcffa67
commit d149543df8
9 changed files with 160 additions and 137 deletions

View File

@@ -4,10 +4,10 @@
[[Property:uuid|62bd8d62-a734-3ec0-9533-eaa096e7b81f]]
Along with compilation from within EiffelStudio, it is possible to start compilation from a command line (shell). This is useful in particular to recompile your system automatically as part of a script.
To use the command-line compiler -- <code> ec </code> for Eiffel Compilation -- execute
<code>
ec option & [class_name] [feature_name]
</code>
To use the command-line compiler -- <code>ec</code> for Eiffel Compilation -- execute
<code lang=text>
ec option & [class_name] [feature_name]
</code>
Specify <code> class_name </code> and <code> feature_name </code> only if you wish to produce information about a class or a feature. Otherwise <code> ec </code> will compile a system according to each specified <code> option </code>. [[EiffelStudio: Command line options|Click here to see the set of supported options.]]
Specify <code>class_name</code> and <code>feature_name</code> only if you wish to produce information about a class or a feature. Otherwise <code>ec</code> will compile a system according to each specified <code>option</code>. [[EiffelStudio: Command line options|Click here to see the set of supported options.]]