mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Author:halw
Date:2011-02-23T20:47:22.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@784 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[[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.
|
||||
|
||||
Click [[EiffelStudio: Command line options|here]] to see how to use the command line compiler and the set of supported options.
|
||||
Click [[EiffelStudio: Using command line options|here]] to see how to use the command line compiler and the set of supported options.
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ finish_freezing > c:\output_path\OUTPUT</code>
|
||||
It will go the directory where your project is located and compile your Eiffel code using the `<code>config.ecf</code>' file located in your project directory and compile automatically the C code. All outputs will be stored in the file `<code>c:\output_path/OUTPUT</code>'.
|
||||
|
||||
{{seealso|<br/>
|
||||
[[EiffelStudio: Command line options|Command line compiler options]] }}
|
||||
[[EiffelStudio: Using command line options|Using command line compiler options]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -3,8 +3,9 @@
|
||||
[[Property:uuid|e1a93995-38bf-14fa-421e-e6fe1f07b9f6]]
|
||||
==Using the command line compiler==
|
||||
|
||||
It is possible to compile from outside of the graphical environment, by using the command '''ec'''. The form of compilation's results are the same in both cases. You may therefore alternate between the two techniques. '''ec''' will enable you to [[EiffelStudio: Command line options|melt or freeze]] a project and therefore to use [[Batch compilation|batch compilation]] . It will also enable you to produce [[EiffelStudio: Command line options|information about a class]] such as its Flat and Flat Contract views. <br/>
|
||||
The [[EiffelStudio: Command line options|-loop option]] makes it possible to start '''ec''' just once and then repeatedly request any of the available operations.
|
||||
It is possible to compile from outside of the graphical environment, by using the command '''ec'''. The form of compilation's results are the same in both cases. You may therefore alternate between the two techniques. '''ec''' will enable you to [[EiffelStudio: Using command line options|melt or freeze]] a project and therefore to use [[Batch compilation|batch compilation]] . It will also enable you to produce [[EiffelStudio: Using command line options|information about a class]] such as its Flat and Flat Contract views.
|
||||
|
||||
The [[EiffelStudio: Using command line options|-loop option]] makes it possible to start '''ec''' just once and then repeatedly request any of the available operations.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user