Admin/isatest/settings/mac-sml-dev
changeset 41013 4dd4901a7242
parent 41012 1a8875eacacd
parent 41011 c0bfead42774
child 41014 77a468590560
     1.1 --- a/Admin/isatest/settings/mac-sml-dev	Sat Nov 27 22:01:27 2010 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,28 +0,0 @@
     1.4 -# -*- shell-script -*- :mode=shellscript:
     1.5 -
     1.6 -# Standard ML of New Jersey 110 or later
     1.7 -ML_SYSTEM=smlnj
     1.8 -ML_HOME="/home/proj/smlnj/110.60/bin"
     1.9 -ML_OPTIONS="@SMLdebug=/dev/null"
    1.10 -ML_PLATFORM=$(eval $("$ML_HOME/.arch-n-opsys" 2>/dev/null); echo "$HEAP_SUFFIX")
    1.11 -
    1.12 -ISABELLE_HOME_USER="$HOME/isabelle-mac-sml-dev"
    1.13 -
    1.14 -# Where to look for isabelle tools (multiple dirs separated by ':').
    1.15 -ISABELLE_TOOLS="$ISABELLE_HOME/lib/Tools"
    1.16 -
    1.17 -# Location for temporary files (should be on a local file system).
    1.18 -ISABELLE_TMP_PREFIX="/tmp/isabelle-$USER"
    1.19 -
    1.20 -
    1.21 -# Heap input locations. ML system identifier is included in lookup.
    1.22 -ISABELLE_PATH="$ISABELLE_HOME_USER/heaps:$ISABELLE_HOME/heaps"
    1.23 -
    1.24 -# Heap output location. ML system identifier is appended automatically later on.
    1.25 -ISABELLE_OUTPUT="$ISABELLE_HOME_USER/heaps"
    1.26 -ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
    1.27 -
    1.28 -ISABELLE_USEDIR_OPTIONS="-i true -d pdf -v true"
    1.29 -
    1.30 -unset KODKODI
    1.31 -