diff options
Diffstat (limited to 'Ada95/src/library.gpr.in')
| -rw-r--r-- | Ada95/src/library.gpr.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ada95/src/library.gpr.in b/Ada95/src/library.gpr.in index 37cbb9d93d9b..b256b07cc2f4 100644 --- a/Ada95/src/library.gpr.in +++ b/Ada95/src/library.gpr.in @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------ --- Copyright 2019,2020 Thomas E. Dickey -- +-- Copyright 2019-2020,2025 Thomas E. Dickey -- -- -- -- Permission is hereby granted, free of charge, to any person obtaining a -- -- copy of this software and associated documentation files (the -- @@ -25,7 +25,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------ --- $Id: library.gpr.in,v 1.3 2020/06/27 20:47:40 tom Exp $ +-- $Id: library.gpr.in,v 1.5 2025/10/04 20:20:42 tom Exp $ -- http://gcc.gnu.org/onlinedocs/gnat_ugn_unw/Library-Projects.html -- http://www.adaworld.com/debian/debian-ada-policy.html project AdaCurses is @@ -43,7 +43,7 @@ project AdaCurses is for Source_Dirs use (Source_Dir & "/src", Source_Dir2, Build_Dir & "/src"); - -- for Library_Options use ("-lncurses@USE_LIB_SUFFIX@", "-lpanel@USE_LIB_SUFFIX@", "-lmenu@USE_LIB_SUFFIX@", "-lform@USE_LIB_SUFFIX@"); + -- for Library_Options use ("-lncurses@ABI_SUFFIX@", "-lpanel@ABI_SUFFIX@", "-lmenu@ABI_SUFFIX@", "-lform@ABI_SUFFIX@"); package Compiler is for Default_Switches ("Ada") use ("-g", |
