Author:halw

Date:2008-10-12T00:11:54.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@78 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-10-12 00:11:54 +00:00
parent c70f07f9a7
commit b5409df103
2 changed files with 5 additions and 3 deletions

View File

@@ -14,8 +14,10 @@ EIS supports following types of variables which can be used in '''Source''' of a
{{note|This kind of variables can only be used in components that are enclosed in those the variable name refers to. For example, '''feature_name''' has no effect if used in a target component.}}
* Individual system or library preferences. This kind of variables are defined in .ecf files, can be accessed via Project Setting dialog.
{{note|System -> Target -> Advanced -> Variables}}
* Individual system or library preferences. This kind of variables are defined in .ecf files, can be accessed via Project Setting dialog by following a path such as:
<code lang="text">
System -> Target -> Advanced -> Variables
</code>
* Environment variables. Variables defined in the operating system environment.

View File

@@ -11,7 +11,7 @@ Before using the profiler wizard you must have generated a ''Run-time informatio
The diagram below summarizes the execution steps of the profiler wizard.
<br/>
[[Image:profiler-process]] <br/>
[[Image:profiler-process]] <br/>
<br/>
{{seealso|<br/>