1995-05-09 02:37:17 -07:00
|
|
|
#!/bin/sh
|
1999-11-29 11:04:40 -08:00
|
|
|
#########################################################################
|
|
|
|
# #
|
|
|
|
# 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. #
|
|
|
|
# #
|
|
|
|
#########################################################################
|
1995-05-09 02:37:17 -07:00
|
|
|
|
1999-11-29 11:04:40 -08:00
|
|
|
# $Id$
|
|
|
|
|
2004-02-22 06:52:50 -08:00
|
|
|
exec %%BINDIR%%/ocamlc -linkall toplevellib.cma "$@" topstart.cmo
|