Why don't you use EiffelStudio which supports this since this is an
EiffelStudio specific extension (http://www.eiffel.com/downloads)?
Regards,
Manu
Unfortunately, compiler EiffelStudio generates big executable files
(not less 700kb) - for me it is critical.
Make sure to finalize your application and note that everything is
statically linked by default. You can link with a dynamic runtime to
reduce the size of your application even more.
Regards,
Manu