Docs GODI Archive
Projects Blog Link DB

Search GODI:


More options
File bin/fishcc GODI Package apps-felix
 
   fishcc  
grab=1
CCFLAGS=""
while (( "$grab" == "1" ));
do
  case x$1 in
  x-*)
    CCFLAGS="$CCFLAGS $1"
    shift
  ;;

  x*)
    grab=0
  ;;

  esac
done
cmd="g++  $1 -O -o `basename $1 .c` `echo "$CCFLAGS"` -lflx_static"
echo $cmd
`$cmd`


This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml