src/Tools/Code/etc/settings
author haftmann
Thu, 08 Jul 2010 16:20:03 +0200
changeset 37746 39253da888c1
parent 37702 abd5e69bd8cd
child 39780 2f43fffbba1a
permissions -rw-r--r--
empty default


ISABELLE_TOOLS="$ISABELLE_TOOLS:$COMPONENT/lib/Tools"

EXEC_GHC=$(choosefrom \
  "$ISABELLE_HOME/contrib/ghc" \
  "$ISABELLE_HOME/../ghc" \
  $(type -p ghc) \
  "")

EXEC_OCAML=$(choosefrom \
  "$ISABELLE_HOME/contrib/ocaml" \
  "$ISABELLE_HOME/../ocaml" \
  $(type -p ocaml) \
  "")