#!/bin/bash

#EYEBOT_INCLUDES=../robios
EYEBOT_INCLUDES=/user/res/uwarobot/eyesim/robios

g++ -fPIC -shared -I$EYEBOT_INCLUDES $*
