system "sample" root root_class: make default assertion (all) msil_generation (yes) il_verifiable (yes) cls_compliant (yes) use_cluster_name_as_namespace (yes) use_all_cluster_name_as_namespace (yes) msil_generation_type ("exe") check_vape (yes) console_application (yes) cluster root_cluster: "$ISE_EIFFEL\examples\Eiffel2Java" all base: "$ISE_EIFFEL\library\base" exclude "desc"; "table_eiffel3"; "classic"; end all base_net: "$ISE_EIFFEL\library.net\base" all java: "$ISE_EIFFEL\library\Eiffel2Java" assembly mscorlib: "$ISE_DOTNET_FRAMEWORK\mscorlib.dll" system_: "$ISE_DOTNET_FRAMEWORK\System.dll" prefix "SYSTEM_DLL_" end system_xml: "$ISE_DOTNET_FRAMEWORK\System.Xml.dll" prefix "XML_" end external include_path: "$(JDK_HOME)\include", "$(JDK_HOME)\include\win32" object: "$(JDK_HOME)\lib\jvm.lib" end