summaryrefslogtreecommitdiff
path: root/adapad.gpr
diff options
context:
space:
mode:
Diffstat (limited to 'adapad.gpr')
-rw-r--r--adapad.gpr8
1 files changed, 5 insertions, 3 deletions
diff --git a/adapad.gpr b/adapad.gpr
index f1abdce..ea1ea8d 100644
--- a/adapad.gpr
+++ b/adapad.gpr
@@ -4,10 +4,13 @@
-- when dynamically linked, to match leafpad
+with "fltkada";
+
+
project AdaPad is
- for Languages use ("Ada", "C++");
+ for Languages use ("Ada");
for Source_Dirs use ("src/**");
@@ -23,15 +26,14 @@ project AdaPad is
package Compiler is
for Default_Switches("Ada") use ("-gnaty4aAbcefhiklM99nprt");
- for Default_Switches("C++") use ("-Wall","-Wextra");
end Compiler;
package Linker is
- -- should this be filed under C++ somehow?
for Default_Switches("Ada") use ("-lfltk", "-lfltk_images");
end Linker;
end AdaPad;
+