1996-03-05 01:57:50 -08:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
2011-07-27 07:17:02 -07:00
|
|
|
(* OCaml *)
|
1996-03-05 01:57:50 -08:00
|
|
|
(* *)
|
|
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
1996-04-30 07:53:58 -07:00
|
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
1999-11-17 10:59:06 -08:00
|
|
|
(* en Automatique. All rights reserved. This file is distributed *)
|
|
|
|
(* under the terms of the Q Public License version 1.0. *)
|
1996-03-05 01:57:50 -08:00
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
|
|
|
let _ =
|
2003-03-24 07:27:01 -08:00
|
|
|
let args = Ccomp.quote_files (List.tl (Array.to_list Sys.argv)) in
|
2013-09-04 08:12:37 -07:00
|
|
|
exit(Sys.command("ocamlc -I +compiler-libs -linkall ocamlcommon.cma \
|
|
|
|
ocamlbytecomp.cma ocamltoplevel.cma "
|
|
|
|
^ args ^ " topstart.cmo"))
|