/src/wrappers/gtk/examples/iconview/icon_view_demo.ace
http://github.com/tybor/Liberty · Unknown · 52 lines · 37 code · 15 blank · 0 comment · 0 complexity · 7b4835f1881c94680b6cbaad1cea22b5 MD5 · raw file
- system
- "icon_view_demo"
- root
- ICON_VIEW_DEMO: make
- default -- section of the system
- assertion (check);
- -- Choose the appropriate value: boost, no, require, ensure, invariant, loop, check, all.
- assertion_flat_check (no);
-
- debug (no);
-
- trace (no);
-
- collect (yes);
- -- Choose yes here to add garbage collector support to your system.
- -- Choose no here to indicate that you don't want the garbage collector
- -- to be included in your system; no is the equivalent of the -no_gc
- -- flag in traditional command line mode.
- no_style_warning (no);
- no_warning (yes); -- shall be no
- verbose (no);
- manifest_string_trace (no);
- high_memory_compiler (no);
- profile (no);
- relax (yes);
- cluster -- section
- gtk: "${eiffel_libraries}/eiffel-gtk/loadpath.se"
- gdk: "${eiffel_libraries}/eiffel-gdk/loadpath.se"
- glib: "${eiffel_libraries}/eiffel-glib/loadpath.se"
- gobject: "${eiffel_libraries}/eiffel-gobject/loadpath.se"
- pango: "${eiffel_libraries}/eiffel-pango/loadpath.se"
- icon_view_demo: "."
- standard: "${path_lib}/loadpath.se"
- generate -- section
- no_strip(no);
- no_split(no);
- clean(no);
- c_compiler_options : "$(pkg-config --cflags gtk+-2.0)"
- linker_options : "$(pkg-config --libs gtk+-2.0)"
- end