Browse thread
ocamlbuild and packs
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Romain Bardou <Romain.Bardou@l...> |
| Subject: | Re: [Caml-list] ocamlbuild and packs |
> If there is name clashes you need a plugin that basically says:
>
> ...
> Pathname.define_context "bla" ["bla"; "bli"]
> ...
Wow, it compiles :)
So, from what I understand, the API function Pathname.define_context a b
basically says that all files in directory a depend on ("should
include") the directories in list b.
Okay, now I have to sum up all that I learned and make a nice wiki page.
--
Romain Bardou