https://github.com/geodynamics/citcoms
Revision 8a461c97cbb76e597cd63a42bd30219b677f8f61 authored by Walter Landry on 28 March 2006, 19:22:51 UTC, committed by Walter Landry on 28 March 2006, 19:22:51 UTC
1 parent 013a137
Raw File
Tip revision: 8a461c97cbb76e597cd63a42bd30219b677f8f61 authored by Walter Landry on 28 March 2006, 19:22:51 UTC
Changed externals from svn:// to http://
Tip revision: 8a461c9
citcoms_profile
#!/bin/sh
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# <LicenseText>
#
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#


#export GEOFRAMEWORK=
export CITCOMSHOME=$GEOFRAMEWORK/packages/CitcomS
export PATH=$CITCOMSHOME/visual:$PATH

if [ x$DXMACROS = "x" ]; then
	export DXMACROS=""
fi

export DXMACROS=$CITCOMSHOME/visual/OpenDXMacro:$DXMACROS


# version
# $Id: citcoms_profile,v 1.1 2004/06/02 21:49:37 tan2 Exp $

# End of file
back to top