https://github.com/geodynamics/citcoms
Revision ff15a34ebe1474ea40556da4a2de088a067e7016 authored by Leif Strand on 30 June 2005, 08:31:28 UTC, committed by Leif Strand on 30 June 2005, 08:31:28 UTC
1 parent e185183
Raw File
Tip revision: ff15a34ebe1474ea40556da4a2de088a067e7016 authored by Leif Strand on 30 June 2005, 08:31:28 UTC
Changes for Mac OS X build.
Tip revision: ff15a34
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