mirror of
https://github.com/AdaCore/VSS.git
synced 2026-02-12 13:06:25 -08:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
|
|
with "vss_text";
|
||
|
|
|
||
|
|
project Command_Line_Command is
|
||
|
|
|
||
|
|
for Object_Dir use ".objs";
|
||
|
|
for Main use ("command_line_command.adb");
|
||
|
|
|
||
|
|
package Compiler is
|
||
|
|
for Switches ("Ada") use ("-g", "-gnatW8", "-gnat2022");
|
||
|
|
end Compiler;
|
||
|
|
|
||
|
|
end Command_Line_Command;
|