diff --git a/documentation/current/eiffelstudio/_images/AutoTest_empty_tool_01.png b/documentation/current/eiffelstudio/_images/AutoTest_empty_tool_01.png new file mode 100644 index 00000000..bb1493cd Binary files /dev/null and b/documentation/current/eiffelstudio/_images/AutoTest_empty_tool_01.png differ diff --git a/documentation/current/eiffelstudio/_images/AutoTest_empty_tool_01.png.data b/documentation/current/eiffelstudio/_images/AutoTest_empty_tool_01.png.data new file mode 100644 index 00000000..ad205094 --- /dev/null +++ b/documentation/current/eiffelstudio/_images/AutoTest_empty_tool_01.png.data @@ -0,0 +1,3 @@ +title=empty autotest tool 01 +author=halw +path=content/autotest-empty-tool-01 diff --git a/documentation/current/solutions/other-languages/cecil/compiling-eiffel-system-cecil.wiki b/documentation/current/solutions/other-languages/cecil/compiling-eiffel-system-cecil.wiki index 6308153a..a2bada7e 100644 --- a/documentation/current/solutions/other-languages/cecil/compiling-eiffel-system-cecil.wiki +++ b/documentation/current/solutions/other-languages/cecil/compiling-eiffel-system-cecil.wiki @@ -2,8 +2,7 @@ [[Property:weight|1]] [[Property:uuid|94a549df-1919-9dcd-82b3-1cd82e064a03]] ==Compiling your Eiffel system for CECIL== -It is very simple to "Cecilize" your Eiffel system, that is to say make its features available from the outside through CECIL. You will compile it as you normally would - either freeze it or finalize it. The only supplementary precaution is to protect from the dead-code remover any Eiffel features that are not called from the Eiffel system's root, and might thus be dead-code-removed by the optimization mechanism. -To do this, make the appropriate features and classes [[Group Options|visible]] . +It is very simple to "Cecilize" your Eiffel system, that is to say make its features available from the outside through CECIL. You will compile it as you normally would - either freeze it or finalize it. The only supplementary precaution is to make the features and classes that will be used by CECIL [[Group Options|visible]]. ==Building a CECIL archive== The EiffelStudio compiler produces both C code and a "Makefile". The Makefile compiles and links that C code in a subdirectory one level below the EIFGENs directory of a project. For frozen/melted code, the Makefile is located in the W_code subdirectory. For finalized code, it is in the F_code subdirectory.