https://github.com/charguer/ocaml
Raw File
Tip revision: 7f7065b930489896653c2771b21472b9024c1204 authored by No author on 04 January 2006, 13:16:07 UTC
This commit was manufactured by cvs2svn to create tag 'ocaml3091'.
Tip revision: 7f7065b
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