File: xmlada.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 (11 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
--  Project file for use of XML/Ada.
--  Put the directory that contains xmlada.gpr in your ADA_PROJECT_PATH
--  variable. Then, in our own project file, add a "with" dependency on
--  "xmlada.gpr".

with "xmlada_unicode", "xmlada_sax", "xmlada_input", "xmlada_dom";
with "xmlada_schema";

project Xmlada is
   for Source_Dirs use ();
end Xmlada;