https://github.com/geodynamics/citcoms
Revision 758bb2efe8ee7645bd3041916de64a160fb7e194 authored by Leif Strand on 14 June 2005, 23:47:37 UTC, committed by Leif Strand on 14 June 2005, 23:47:37 UTC
1 parent c56cbaa
Raw File
Tip revision: 758bb2efe8ee7645bd3041916de64a160fb7e194 authored by Leif Strand on 14 June 2005, 23:47:37 UTC
Corrected use of -Xlinker.
Tip revision: 758bb2e
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