system "test-demo" root TEST_DEMO: run default assertion (check) assertion (require) assertion (ensure) working_directory ("C:\MyProjects\spyglass") disabled_debug (yes) disabled_debug ("dlg_dispatcher") debug ("save_states") disabled_debug ("vision2_windows") disabled_debug ("vision2_windows_gdi") disabled_debug ("wel") disabled_debug ("wel_gdi_count") disabled_debug ("wel_gdi_references") disabled_debug ("win_dispatcher") line_generation (no) trace (no) check_vape (yes) console_application (no) syntax_warning (no) address_expression (no) array_optimization (no) dead_code_removal (yes) dynamic_runtime (no) exception_trace (no) inlining (no) multithreaded (no) -- The application -- The test framework -- The object spyglass -- EiffelBase -- WEL -- EiffelVision2 cluster root_cluster: "." test_framework: "test_framework" object_spyglass: "object_spyglass" library base: "$ISE_EIFFEL\library\base" exclude "table_eiffel3"; "desc"; end all wel: "$ISE_EIFFEL\library\wel" all vision2: "$ISE_EIFFEL\library\vision2" exclude "gtk"; "EIFGEN"; "tmp"; "temp"; "release"; "obsolete"; "CVS"; end external include_path: "$(ISE_EIFFEL)\library\wel\spec\windows\include", "$(ISE_EIFFEL)\library\vision2\spec\include" object: "$(ISE_EIFFEL)\library\wel\spec\$(ISE_C_COMPILER)\lib\wel.lib", "$(ISE_EIFFEL)\library\vision2\spec\$(ISE_C_COMPILER)\lib\vision2.lib", "$(ISE_EIFFEL)\library\vision2\spec\$(ISE_C_COMPILER)\lib\zlib.lib", "$(ISE_EIFFEL)\library\vision2\spec\$(ISE_C_COMPILER)\lib\libpng.lib" end