https://github.com/geodynamics/citcoms
Revision 3ab0e229dc43a84cccdff21f0abd7f4bffa7123a authored by Leif Strand on 20 July 2005, 03:49:40 UTC, committed by Leif Strand on 20 July 2005, 03:49:40 UTC
1 parent 471eb0e
Raw File
Tip revision: 3ab0e229dc43a84cccdff21f0abd7f4bffa7123a authored by Leif Strand on 20 July 2005, 03:49:40 UTC
Merged changes for Mac OS X build from trunk.
Tip revision: 3ab0e22
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