Allow set of output name.

This commit is contained in:
steve
2002-07-05 17:17:20 +00:00
parent fd8ceac170
commit d0dfe2e7e7
2 changed files with 12 additions and 2 deletions
+5 -1
View File
@@ -17,7 +17,7 @@
# 59 Temple Place - Suite 330
# Boston, MA 02111-1307, USA
#
#ident "$Id: iverilog-vpi.sh,v 1.5 2002/07/03 23:20:12 steve Exp $"
#ident "$Id: iverilog-vpi.sh,v 1.6 2002/07/05 17:17:20 steve Exp $"
# These are the variables used for compiling files
CC=gcc
@@ -62,6 +62,10 @@ do
fi
;;
--name=*)
OUT=`echo $parm | cut -b8-`
;;
-l*) LIB="$LIB $parm"
;;