mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 23:46:28 -04:00
12 lines
253 B
Text
12 lines
253 B
Text
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;
|