Browse thread
[ANN] OCaml Batteries Included, alpha 3
[
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: | 2009-02-10 (15:58) |
From: | Daniel_Bünzli <daniel.buenzli@e...> |
Subject: | Re: [Caml-list] Re: ocamlbuild documentation |
Le 10 févr. 09 à 16:50, Matthieu Dubuget a écrit : > when I give -cflag -dtypes to ocamlbuild, of course. If you are using 3.11 -dtypes is deprectated, use -annot instead. Instead of passing it to ocamlbuild on invocation you can write the following in _tags <**/*.ml> : annot Best, Daniel