#!/bin/sh
export TOP=/home/SMCDev/SMC/mpp2
export ARCH=Zoom
export SRCPARENT=`readlink -f $TOP/..`
export CORBA_INSTALL=`readlink -f $SRCPARENT/../omniORB/$ARCH`
export CORBA_INSTALL_UBUNTU=`readlink -f $SRCPARENT/../omniORB/Ubuntu`
export PATH="$CORBA_INSTALL_UBUNTU/bin:$PATH"
export LD_LIBRARY_PATH="$CORBA_INSTALL_UBUNTU/lib:$LD_LIBRARY_PATH"
omniidl $*

