src/Tools/Code/etc/settings
author wenzelm
Sun, 30 Jan 2011 13:02:18 +0100
changeset 41648 6d736d983d5c
parent 40545 956c2cc7fced
child 41952 c7297638599b
permissions -rw-r--r--
clarified example settings for Proof General;

# -*- shell-script -*- :mode=shellscript:

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

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

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