https://github.com/geodynamics/citcoms
Revision e9e0f9c26150fb3e42c3449c5cb788049f269cba authored by Eh Tan on 07 October 2005, 11:10:26 UTC, committed by Eh Tan on 07 October 2005, 11:10:26 UTC
1 parent bbc49af
Raw File
Tip revision: e9e0f9c26150fb3e42c3449c5cb788049f269cba authored by Eh Tan on 07 October 2005, 11:10:26 UTC
ported r2398 and r2399 from trunk
Tip revision: e9e0f9c
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