aboutsummaryrefslogtreecommitdiffstats
path: root/misc/excel-writer/files/example.gpr
blob: 62837d5167c6c984c4c2cf8e587298bdd4a92fa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
with "excel_writer";
project Example is

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

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

end Example;