summaryrefslogtreecommitdiff
path: root/textproc/xml_ez_out/files/example.gpr
blob: b68a07683b0bb5c83ed9b4ffbb6234dac721d96e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
with "xml_ez_out";
project Example is

   for Exec_Dir use "/tmp";
   for Object_Dir use "/tmp";
   for Main use ("tmeztf.adb");

   package Compiler is
      for Default_Switches ("ada") use ("-O2");
   end Compiler;

end Example;