https://github.com/charguer/ocaml
Raw File
Tip revision: 0a7468f689a123d1f93cf7b13faff411abe8fcfa authored by No author on 27 October 2005, 09:03:00 UTC
This commit was manufactured by cvs2svn to create tag 'ocaml3090'.
Tip revision: 0a7468f
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