#! /bin/sh

set `uname -a`

fxpp inv.flx 

if test "$1" =  "Linux"; then
    fxcl -o inv inv.c
else
    fxcl -o inv inv.c -lsocket
fi
