Index: mttroot/mtt/bin/mttrc ================================================================== --- mttroot/mtt/bin/mttrc +++ mttroot/mtt/bin/mttrc @@ -13,10 +13,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.16 2000/12/27 15:16:44 peterg +## If then else format +## ## Revision 1.15 2000/12/27 14:57:43 peterg ## Now takes the base path as an argument ## ## Revision 1.14 2000/12/27 13:11:43 peterg ## *** empty log message *** @@ -74,13 +77,13 @@ # The following sets up the c compiler export CC='gcc' # Setup the paths export MTTPATH=$MTT_BASE/bin - export MTT_LIB=$MTT_BASE/mtt-lib - export MTT_DOC=$MTT_BASE/mtt-doc - export MTT_CC=$MTT_BASE/mtt-cc + export MTT_LIB=$MTT_BASE/lib + export MTT_DOC=$MTT_BASE/doc + export MTT_CC=$MTT_BASE/cc export MTT_COMPONENTS=$MTT_LIB/comp export MTT_CRS=$MTT_LIB/cr export MTT_EXAMPLES=$MTT_LIB/examples export MTT_REP=$MTT_LIB/rep