(***********************************************************************) (* *) (* Objective Caml *) (* *) (* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) (* *) (* Copyright 1996 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: ntopgen.n,v 1.1.1.1 2002/01/16 09:01:29 cookcu Exp $ *) val _ = let val args = String.concat " " (List.tl (Array.to_list Sys.argv)) in exit(Sys.command("nmlc -linkall toplevellib.cma " ^ args ^ " ntopmain.cmo")) end