/src/wrappers/gtk/examples/calendar/calendar_demo.ace
http://github.com/tybor/Liberty · Unknown · 41 lines · 28 code · 13 blank · 0 comment · 0 complexity · e71c4f8c0b9ec9429f7b574ab5f2733c MD5 · raw file
- system "calendar_demo"
- root CALENDAR_DEMO: make
- default -- section of the system
- assertion (all);
- -- Choose the appropriate value: boost, no, require, ensure, invariant, loop, check, all.
- assertion_flat_check (no);
-
- debug (yes);
- trace (no);
- collect (yes);
- no_style_warning (no);
- no_warning (no);
- verbose (no);
- manifest_string_trace (no);
- high_memory_compiler (no);
- profile (no);
- relax (yes);
- cluster -- section
- gtk: "${eiffel_libraries}/eiffel-gtk/loadpath.se"
- calendar_demo: "."
- standard: "${path_lib}/loadpath.se"
- external -- section for elements written in another language
- 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