diff options
Diffstat (limited to 'tools.gpr')
-rw-r--r-- | tools.gpr | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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; |