2012-10-17 14:03:40 -07:00
|
|
|
(***********************************************************************)
|
|
|
|
(* *)
|
|
|
|
(* ocamlbuild *)
|
|
|
|
(* *)
|
|
|
|
(* Nicolas Pouillard, Berke Durak, projet Gallium, INRIA Rocquencourt *)
|
|
|
|
(* *)
|
|
|
|
(* Copyright 2007 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. *)
|
|
|
|
(* *)
|
|
|
|
(***********************************************************************)
|
|
|
|
|
2007-02-07 00:59:16 -08:00
|
|
|
#load "discard_printf.cmo";;
|
|
|
|
#load "debug.cmo";;
|
|
|
|
#load "unix.cma";;
|
|
|
|
#load "str.cma";;
|
|
|
|
#load "my_unix.cmo";;
|
|
|
|
#load "bool.cmo";;
|
|
|
|
#load "glob_ast.cmo";;
|
|
|
|
#load "glob_lexer.cmo";;
|
2012-07-30 11:04:46 -07:00
|
|
|
#load "glob.cmo";;
|
2007-02-07 00:59:16 -08:00
|
|
|
#load "lexers.cmo";;
|
|
|
|
#load "my_std.cmo";;
|
|
|
|
#load "tags.cmo";;
|