Author:halw

Date:2012-01-13T02:12:46.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1037 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2012-01-13 02:27:10 +00:00
parent b84d3bc64e
commit a4d2b8ca2d
11 changed files with 20 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -0,0 +1,3 @@
title=condition-dialog
author=halw
path=content/condition-dialog

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -0,0 +1,3 @@
title=exclude-dialog
author=halw
path=content/exclude-dialog

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -0,0 +1,3 @@
title=root-dialog
author=halw
path=content/root-dialog

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

View File

@@ -0,0 +1,3 @@
title=version-dialog
author=halw
path=content/version-dialog

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

View File

@@ -0,0 +1,3 @@
title=target-options
author=halw
path=content/target-options

View File

@@ -46,11 +46,12 @@ It is also possible to add conditions to a file rule (set of include and exclude
Conditioning possibilities are platform (e.g. only Windows or everything but windows), kind of build, .NET generation, dynamic runtime, multithreaded, version of compiler and version of msil clr. It is also possible to specify custom conditions where a [[variables|user defined variable]] has to have a certain value. Conditioning possibilities are platform (e.g. only Windows or everything but windows), kind of build, .NET generation, dynamic runtime, multithreaded, version of compiler and version of msil clr. It is also possible to specify custom conditions where a [[variables|user defined variable]] has to have a certain value.
Further options are Further options are
* Profiling: turn on the Eiffel profiler during the application execution (C code generation mode only). The results can be seen at the end of the execution in the profiler window. * [[Profiling]]: turn on the Eiffel profiler during the application execution (C code generation mode only). The results can be seen at the end of the execution in the profiler window.
* Trace: display on the console all the features that are called during the system execution (C generation mode only). * [[Tracing|Trace]]: display on the console all the features that are called during the system execution (C generation mode only).
* .NET Namespace: specify the namespace for this target (.NET code generation mode only) * .NET Namespace: specify the namespace for this target (.NET code generation mode only)
* Line generation: generate some extra information that will enable a .NET debugger or a C debugger to step through the Eiffel code rather than MSIL code or C code. * Line generation: generate some extra information that will enable a .NET debugger or a C debugger to step through the Eiffel code rather than MSIL code or C code.
* Full Class Checking, Void safety, Are types attached by default?: These settings are generally associated with increasing the safety of compiled code, particularly [[Creating a new void-safe project#Project settings for void-safe projects|void-safety]].
* Cat call detection: Attempt to identify at compile time the possibility of the system making a [[ET: Inheritance#Catcalls|catcall]].
* Syntax: Allow you to select the [[Setting the syntax variant|syntax variant]] used by the compiler when compiling this target.