https://github.com/charguer/ocaml
Raw File
Tip revision: 5e1bf20850aaa9b1ceb86a971848609ee9e84c47 authored by Jun FURUSE / 古瀬 淳 on 18 June 2004, 05:04:14 UTC
port to the latest ocaml (2004/06/18)
Tip revision: 5e1bf20
ocamlmktop.tpl
#!/bin/sh
#########################################################################
#                                                                       #
#                            Objective Caml                             #
#                                                                       #
#            Damien Doligez, projet Para, INRIA Rocquencourt            #
#                                                                       #
#   Copyright 1999 Institut National de Recherche en Informatique et    #
#   en Automatique.  All rights reserved.  This file is distributed     #
#   under the terms of the Q Public License version 1.0.                #
#                                                                       #
#########################################################################

# $Id$

exec %%BINDIR%%/ocamlc -linkall toplevellib.cma "$@" topstart.cmo
back to top