Files
xmlada/distrib/xmlada.gpr
Emmanuel Briot 40b932eb17 Reorganize the installation procedure for XML/Ada (locally and in the
install directory), so that both static and shared libraries can be compiled
 and installed at the same time, without requiring a "make clean" in between.
 This is using the same directory organization as for gnatlib. This also
 provides more sharing among the installed project files.


git-svn-id: svn+ssh://svn.eu.adacore.com/Dev/trunk/xmlada@113258 936e1b1b-40f2-da11-902a-00137254ae57
2007-07-09 08:59:46 +00:00

12 lines
347 B
Plaintext

-- 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;