]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/src/library.gpr
ncurses 5.8 - patch 20110319
[ncurses.git] / Ada95 / src / library.gpr
index 2396e2ce234a8ea689ebc52cfef7d19bf0d73656..33e4a3c7d7e2ead8129127272043720d1a81e359 100644 (file)
@@ -25,7 +25,7 @@
 -- sale, use or other dealings in this Software without prior written       --
 -- authorization.                                                           --
 ------------------------------------------------------------------------------
--- $Id: library.gpr,v 1.6 2011/03/06 01:22:23 Nicolas.Boulenguez Exp $
+-- $Id: library.gpr,v 1.7 2011/03/18 23:10:28 Nicolas.Boulenguez Exp $
 -- http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Library-Projects.html
 -- http://www.adaworld.com/debian/debian-ada-policy.html
 project Library is
@@ -43,7 +43,7 @@ project Library is
   for Source_Dirs use (Source_Dir & "/src",
                        Source_Dir2,
                        Build_Dir & "/src");
-  for Library_Options use ("-lpanel", "-lmenu", "-lform");
+  for Library_Options use ("-lncurses", "-lpanel", "-lmenu", "-lform");
   package Compiler is
      for Default_Switches ("Ada") use
        ("-g",
@@ -52,5 +52,5 @@ project Library is
         "-gnatVa",   -- All validity checks
         "-gnatwa");  -- Activate all optional errors
   end Compiler;
-
+  for Languages use ("C", "Ada");
 end Library;