File: gtkada_documentation.gpr

package info (click to toggle)
libgtkada 21.0.0.785f3cf4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 41,160 kB
  • sloc: ada: 203,114; xml: 8,403; python: 4,501; perl: 3,838; ansic: 2,949; sh: 2,851; makefile: 351; objc: 160; javascript: 100
file content (19 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project GtkAda_Documentation is

   for Source_Dirs use ("../../src/generated", "../../src/");
   for Object_Dir use "doc_obj";

   package Compiler is
      for Default_Switches ("Ada") use ("-gnatc", "-gnatQ");
   end Compiler;

   package Builder is
      for Default_Switches ("Ada") use ("-m");
   end Builder;

   package Documentation is
      for Documentation_Dir use "gtkada_rm";
      for HTML_Custom_Dir use "html";
   end Documentation;

end GtkAda_Documentation;