Revision 81d44b94ac1f93316d11235eab4be6a6fc630d48 authored by Leif Strand on 23 August 2005, 03:34:52 UTC, committed by Leif Strand on 23 August 2005, 03:34:52 UTC
1 parent f5a732b
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

Computing file changes ...