https://github.com/charguer/ocaml
Raw File
Tip revision: d79255aea6ed65a6ccee20633a7fe71619d7e34c authored by No author on 17 November 1997, 17:43:45 UTC
This commit was manufactured by cvs2svn to create tag 'ocaml106'.
Tip revision: d79255a
OCamlc-custom
# OCamlc with option -custom
# Macintosh version

set echo 0
set -e ocamlcommands "{tempfolder}"OCaml.temp."`date -n`"
echo >"{ocamlcommands}"
ocamlc -custom {"parameters"}
execute "{ocamlcommands}"

delete -y "{ocamlcommands}"
back to top