mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
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
12 lines
347 B
Plaintext
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;
|