File: examples.gpr

package info (click to toggle)
ahven 2.8-11
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 880 kB
  • sloc: ada: 4,382; makefile: 225; sh: 79; xml: 59; perl: 30; python: 26
file content (11 lines) | stat: -rw-r--r-- 243 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
-- Note:
-- Install Ahven first before compiling it with this project file.
--
with "ahven";

project Examples is
  for Languages use ("Ada");
  for Source_Dirs use (".");
  for Object_Dir use ".";
  for Main use ("runner.adb");
end Examples;