https://github.com/geodynamics/citcoms
Revision 64b63699e1634f9c3e9db189f7544ad51bb30be7 authored by Leif Strand on 15 June 2005, 00:47:58 UTC, committed by Leif Strand on 15 June 2005, 00:47:58 UTC
1 parent 7070376
Raw File
Tip revision: 64b63699e1634f9c3e9db189f7544ad51bb30be7 authored by Leif Strand on 15 June 2005, 00:47:58 UTC
Removed Exchanger from 2.x branch.
Tip revision: 64b6369
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