File: build_all.gpr

package info (click to toggle)
libopentoken 3.0b-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,416 kB
  • ctags: 51
  • sloc: ada: 8,561; makefile: 120
file content (10 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
project Build_All is
   for Source_Dirs use (".");
   for Object_Dir use "obj";
   for Main use ("build_all");
   package Compiler is
      for Default_Switches ("Ada") use ("-O2", "-gnato", "-gnatn", "-gnatVa");
      for Switches ("opentoken-production-parser.ads") use
          ("-O2", "-gnato", "-gnatVa");
   end Compiler;
end Build_All;