mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-06 01:59:25 +02:00
Author:admin
Date:2008-09-19T07:54:43.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@25 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[[Property:title|Compiling an Eiffel system for CECIL]]
|
||||
[[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]] .
|
||||
|
||||
Reference in New Issue
Block a user