https://github.com/geodynamics/citcoms
Revision 8fd3a731b733a5dc2e98d02e37878c8545e317c2 authored by Vlad Manea on 11 March 2005, 08:24:46 UTC, committed by Vlad Manea on 11 March 2005, 08:24:46 UTC
1 parent 570c900
Raw File
Tip revision: 8fd3a731b733a5dc2e98d02e37878c8545e317c2 authored by Vlad Manea on 11 March 2005, 08:24:46 UTC
*** empty log message ***
Tip revision: 8fd3a73
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