blob: dc927d5f539528f8bd60a38359cf0e933920ee99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/bin/sh
#########################################################################
# #
# G'Caml #
# #
# Jun Furuse, University of Tokyo #
# #
# Copyright 2005 Institut National de Recherche en Informatique et #
# en Automatique. All rights reserved. This file is distributed #
# under the terms of the GNU Library General Public License, with #
# the special exception on linking described in file ../LICENSE. #
# #
#########################################################################
boot/ocamlrun ./ocaml -I stdlib -I toplevel -I gcamllib $*
|