Files
ports/misc/excel-writer/files/example.gpr
T
2014-03-31 17:47:01 +00:00

13 lines
253 B
Plaintext

with "excel_writer";
project Example is
for Exec_Dir use "/tmp";
for Object_Dir use "/tmp";
for Main use ("excel_out_demo.adb");
package Compiler is
for Default_Switches ("ada") use ("-O2", "-gnat05");
end Compiler;
end Example;