From 0c80820c3850fa2b0713f7519c7085e949cc7cb2 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sat, 22 Nov 2014 14:28:52 +0100 Subject: Remove ocamlbuild configuration files, no longer used. --- myocamlbuild.ml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 myocamlbuild.ml (limited to 'myocamlbuild.ml') diff --git a/myocamlbuild.ml b/myocamlbuild.ml deleted file mode 100644 index ef286185..00000000 --- a/myocamlbuild.ml +++ /dev/null @@ -1,14 +0,0 @@ -open Ocamlbuild_plugin;; -dispatch begin function -| After_rules -> - flag ["ocaml"; "parser"; "menhir"] (A("--explain")); - - (* libraries and syntax extensions accessed via ocamlfind *) - flag ["ocaml"; "link"; "pkg_unix"] & S[A"-package"; A "unix"]; - flag ["ocaml"; "link"; "pkg_str"] & S[A"-package"; A "str"]; - flag ["ocaml"; "compile"; "pkg_bitstring"] & S[A"-package"; A"bitstring,bitstring.syntax"; A"-syntax"; A"bitstring.syntax,camlp4o"]; - flag ["ocaml"; "ocamldep"; "pkg_bitstring"] & S[A"-package"; A"bitstring,bitstring.syntax"; A"-syntax"; A"bitstring.syntax,camlp4o"]; - flag ["ocaml"; "link"; "pkg_bitstring"] & S[A"-package"; A"bitstring"] - -| _ -> () -end -- cgit