m Inserted missing word.

Author:halw
Date:2011-02-24T12:59:42.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@787 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2011-02-24 12:59:42 +00:00
parent 84ba331a97
commit eda3c1a9a7

View File

@@ -43,7 +43,7 @@ This command will compile a system with the class in <code>application.e</code>
{{tip|This "configuration-less" form of compilation is convenient to use for a quick compile. But you should understand that because it does create a configuration file with default names for the configuration file itself, the project, and the root cluster, using it against a root class file in a folder in which a configuration file with another name already exists could lead to confusion. }}
You can add additional libraries to the by using the "-library" option and specifying either the short name of one of the EiffelStudio libraries or a path to a library configuration file. To include EiffelTime in the compilation of <code>application.e</code>, you could use this command:
You can add additional libraries to the configuration by using the "-library" option and specifying either the short name of one of the EiffelStudio libraries or a path to a library configuration file. To include EiffelTime in the compilation of <code>application.e</code>, you could use this command:
<code lang="text">
ec application.e -library time