summaryrefslogtreecommitdiffstats
path: root/ocamlbuild/ocamlbuild.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ocamlbuild/ocamlbuild.ml')
-rw-r--r--ocamlbuild/ocamlbuild.ml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ocamlbuild/ocamlbuild.ml b/ocamlbuild/ocamlbuild.ml
new file mode 100644
index 000000000..96d78185b
--- /dev/null
+++ b/ocamlbuild/ocamlbuild.ml
@@ -0,0 +1,15 @@
+(***********************************************************************)
+(* 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. *)
+(* *)
+(***********************************************************************)
+
+(* $Id$ *)
+(* Original author: Nicolas Pouillard *)
+My_unix_with_unix.setup ();
+Ocamlbuild_pack.Main.main ()