Revision 4dd039267ccac211f7feaf47460574ed594d15a0 authored by Gerardo Ganis on 28 February 2015, 16:12:32 UTC, committed by Gerardo Ganis on 28 February 2015, 16:14:38 UTC
1 parent cba2c56
Raw File
setenv.sh
export PATH=$PWD/bin:$PATH
export LD_LIBRARY_PATH=$PWD/lib:$LD_LIBRARY_PATH
if uname | grep CYGWIN > /dev/null; then
	export CINTSYSDIR=`cygpath -m $PWD`
else
	export CINTSYSDIR=$PWD
fi
back to top