#!/bin/sh -f

g++ -o $1 $1.o ../../libW.a ../../libP.a ../../libG.a ../../libL.a -lX11 -lm -lsocket -lnsl
strip $1

