https://github.com/geodynamics/citcoms
Revision 26d292c20969fbc5392cf6a9d27da5d4971c8b08 authored by Leif Strand on 04 October 2005, 02:53:16 UTC, committed by Leif Strand on 04 October 2005, 02:53:16 UTC
1 parent 8aa0dda
Raw File
Tip revision: 26d292c20969fbc5392cf6a9d27da5d4971c8b08 authored by Leif Strand on 04 October 2005, 02:53:16 UTC
Ported GNU Build System from CitcomS trunk to v2 branch.
Tip revision: 26d292c
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