https://github.com/geodynamics/citcoms
Revision 1a57aeb4d072a4069e68fcc9ea40a87517f7e30c authored by Leif Strand on 31 January 2006, 00:00:05 UTC, committed by Leif Strand on 31 January 2006, 00:00:05 UTC
1 parent 2f714c8
Raw File
Tip revision: 1a57aeb4d072a4069e68fcc9ea40a87517f7e30c authored by Leif Strand on 31 January 2006, 00:00:05 UTC
Fix for issue7: "CitcomS check_CXX check is broken".
Tip revision: 1a57aeb
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