-- system: "'gepp' preprocessor" -- compiler: "Visual Eiffel 3.1" -- author: "Eric Bezault " -- copyright: "Copyright (c) 1999, Eric Bezault and others" -- license: "Eiffel Forum Freeware License v1 (see forum.txt)" -- date: "$Date: 1999/10/02 14:17:58 $" -- revision: "$Revision: 1.3 $" system gepp root GEPP creation execute cluster [gepp_project "."] end [gepp "$GOBO\src\gepp"] end -- Gobo Eiffel Lexical Library [lx_skeleton "$GOBO\library\lexical\skeleton"] end -- Gobo Eiffel Parse Library [pr_skeleton "$GOBO\library\parse\skeleton"] end -- Gobo Eiffel Utility Library [ut_error "$GOBO\library\utility\error"] end [ut_support "$GOBO\library\utility\support"] end -- Gobo Eiffel Kernel Library [kl_kernel "$GOBO\library\kernel"] end [kl_kernel_spec "$GOBO\library\kernel\spec\ve"] end -- Gobo Eiffel Structure Library [ds_container "$GOBO\library\structure\container"] end [ds_cursor "$GOBO\library\structure\cursor"] end [ds_dispenser "$GOBO\library\structure\dispenser"] end [ds_list "$GOBO\library\structure\list"] end [ds_sort "$GOBO\library\structure\sort"] end [ds_support "$GOBO\library\structure\support"] end [ds_table "$GOBO\library\structure\table"] end -- Visual Eiffel Kernel [Kernel "$VE_LIB\kernel"] end option target exe console end