https://github.com/geodynamics/citcoms
Revision 661f77bb7f59963a089d73c1e6603e059202fb28 authored by Leif Strand on 22 July 2005, 10:04:51 UTC, committed by Leif Strand on 22 July 2005, 10:04:51 UTC
1 parent 0c268b0
Raw File
Tip revision: 661f77bb7f59963a089d73c1e6603e059202fb28 authored by Leif Strand on 22 July 2005, 10:04:51 UTC
Merged revision 1.2 from trunk.
Tip revision: 661f77b
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