Author:admin

Date:2008-09-25T16:19:15.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@44 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-25 16:19:15 +00:00
parent 7d4e6a18b3
commit 2780526eae
234 changed files with 374 additions and 382 deletions

View File

@@ -7,7 +7,7 @@ To profile an executable, the profiler must first be enabled. To enable the prof
* Click '''OK'''.
* You must [[Generating executables|recompile]] your project for the changes to take effect.
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Profiler wizard: Introduction|Profiler reference]] }}

View File

@@ -11,7 +11,7 @@ These commands are also available in the '''Project''' toolbar [[Image:project-
To solve the errors that occur during the Eiffel compilation, use the [[Error wizard|compilation error wizard]] . For errors occurring during the C compilation, check that the installation is not corrupted and refer to your C compiler documentation for more information.
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Command line: Introduction|Command line options]] <br/>
[[Compiler|Compiler]] }}

View File

@@ -23,7 +23,7 @@ The generated C library should be located in the EIFGENs|target_name|W_code dire
To generate a C library from a C compiler, please refer to the documentation of your C compiler.
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Using libraries|Using libraries]] <br/>
[[CECIL|CECIL library: calling Eiffel routines from C programs]] <br/>
[[Command line: Introduction|Command line options]] }}

View File

@@ -7,7 +7,7 @@ To modify the assertion level in a generated binary (executable or library),
* Click '''OK'''.
* You must [[Generating executables|recompile]] your project for the changes to take effect.
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[8 Design by Contract (tm), Assertions and Exceptions|Assertions in Eiffel]] }}

View File

@@ -17,7 +17,7 @@ Removing the '''Execution Trace''' will optimize the executable in size and spee
All these options are located in the [[Advanced Options|Project Settings]] dialog, in the '''Advanced''' section. They are only effective during finalizations.
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Profiler wizard: Introduction|Profiler reference]] }}

View File

@@ -8,7 +8,7 @@ To use an Eiffel precompiled library:
* Add a new precompile group to your target.
* You must [[Generating executables|recompile]] your project from scratch for the changes to take effect.
{{note| '''Note''': You can only use one precompiled library at a time in a project. To use more than one, you should precompile all the libraries you want to use together in a single precompiled library. }}
{{note|You can only use one precompiled library at a time in a project. To use more than one, you should precompile all the libraries you want to use together in a single precompiled library. }}
To use a C library:
* Open the [[Externals Options|Project Settings]] dialog.
@@ -17,7 +17,7 @@ To use a C library:
* Click '''OK'''.
* You must [[Generating executables|recompile]] your project for the changes to take effect.
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Generating libraries|Creating libraries]] <br/>
[[Adding a cluster|Adding classes and clusters from Eiffel libraries without precompiling the library]] <br/>
[[C externals|Making C calls in Eiffel]] }}

View File

@@ -11,7 +11,7 @@ To create a multithreaded program or library:
{{warning| '''Caution''': Make sure the external and precompiled libraries you use have also been compiled with support for threads. }}
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Generating libraries|Creating libraries]] }}