File: conformance.gpr

package info (click to toggle)
libxmlada 18-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,324 kB
  • sloc: ada: 32,766; makefile: 480; xml: 111; sh: 43; python: 35
file content (14 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

with "../../../shared";
with "xmlada_dom";

project Conformance is
   for Main use ("dom_conformance");
   package Binder is
      for Switches ("Ada") use Shared.Binder'Switches("Ada") & ("-E");
   end Binder;
   package Compiler is
      for Switches ("Ada") use Shared.Binder'Switches("Ada") & ("-g");
   end Compiler;
   package Linker renames Shared.Linker;
end Conformance;