summaryrefslogtreecommitdiff
path: root/tools.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'tools.gpr')
-rw-r--r--tools.gpr4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools.gpr b/tools.gpr
index faa4a95..361664b 100644
--- a/tools.gpr
+++ b/tools.gpr
@@ -5,18 +5,16 @@ project Tools is
for Languages use ("Ada");
-
for Source_Dirs use ("tool");
for Object_Dir use "obj";
for Exec_Dir use "bin";
- for Main use ("template.adb");
+ for Main use ("template.adb");
package Builder is
for Executable ("template.adb") use "template";
end Builder;
-
package Compiler is
for Default_Switches("Ada") use ("-gnaty4aAbcefhiklM100nprt");
end Compiler;