Revision dfc963be1a4d0b0f0f53db74cd07aab3f9ccb8b8 authored by Jun FURUSE / 古瀬 淳 on 08 September 2005, 02:01:39 UTC, committed by Jun FURUSE / 古瀬 淳 on 08 September 2005, 02:01:39 UTC

git-svn-id: http://caml.inria.fr/svn/ocaml/branches/gcaml3@7047 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
1 parent c28d02a
Raw File
gcamlc
#!/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 ./ocamlc -I stdlib -I toplevel $*
back to top