mirror of
https://github.com/AdaCore/xmlada.git
synced 2026-02-12 12:30:28 -08:00
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
project Convert is
|
|
for Main use ("convert.adb");
|
|
for Object_Dir use "obj";
|
|
for Exec_Dir use ".";
|
|
package Compiler is
|
|
for Switches ("Ada") use ("-gnata", "-gnatwa", "-gnatyaI");
|
|
end Compiler;
|
|
end Convert;
|