[
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: | Nicolas Pouillard <nicolas.pouillard@g...> |
| Subject: | Re: [Caml-list] ocamlbuild and the "status bar" |
On 2/27/07, Joel Reymont <joelr1@gmail.com> wrote: > Folks, Hi, > > I'm trying to set up my first OCaml project and I just read through > the ocamlbuild presentation [1]. I really like this tool but I can't > figure out where to get the nifty "status bar" functionality > described towards the end of the slides. > > Any clues? > It's by default on the standard version. It can be disabled with the -classic-output command line flag. It's disabled in the ocamlbuildlight version that is used in OCaml for bootstrapping. Cheers, -- Nicolas Pouillard