https://github.com/geodynamics/citcoms
Revision b622a65e7b73780cc08a89fad41454571fd368b8 authored by Leif Strand on 27 August 2005, 03:04:54 UTC, committed by Leif Strand on 27 August 2005, 03:04:54 UTC
1 parent d508dff
Raw File
Tip revision: b622a65e7b73780cc08a89fad41454571fd368b8 authored by Leif Strand on 27 August 2005, 03:04:54 UTC
Avoid 'extern "C" { #include ... }'; it causes problems with
Tip revision: b622a65
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