]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/src/library-cfg.sh
ncurses 6.1 - patch 20190914
[ncurses.git] / Ada95 / src / library-cfg.sh
index 3112a2e53421be1bbb040982426e7c97938aa04e..005979f44467b1eaf7dcd005320761de60329d9c 100755 (executable)
@@ -27,7 +27,7 @@
 # authorization.                                                             #
 ##############################################################################
 #
-# $Id: library-cfg.sh,v 1.5 2019/08/31 15:32:51 tom Exp $
+# $Id: library-cfg.sh,v 1.6 2019/09/07 20:27:26 tom Exp $
 #
 # Work around incompatible behavior introduced with gnat6, which causes
 # gnatmake to attempt to compile all of the C objects which might be part of
@@ -35,8 +35,6 @@
 # by making a copy of the project file with that information filled in).
 model=$1
 shift 1
-suffix=$1
-shift 1
 input=$1
 shift 1
 param=
@@ -61,10 +59,6 @@ SCRIPT=library-cfg.tmp
 cat >$SCRIPT <<EOF
 /for Library_Options use /{
        s,-- ,$SHARE,
-       s,-lform,-lform$suffix,g
-       s,-lmenu,-lmenu$suffix,g
-       s,-lpanel,-lpanel$suffix,g
-       s,-lncurses,-lncurses$suffix,g
 }
 /for Default_Switches ("C") use/{
        s,-- ,,