Browse thread
Lwt and OCamlMakefile
[
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: | Jérémie Dimino <jeremie@d...> |
| Subject: | Re: [Caml-list] Lwt and OCamlMakefile |
On Mon, Dec 20, 2010 at 09:36:39PM -0500, orbitz@ezabel.com wrote: > Thanks, I forgot to mention that I am setting that: > > (*pp camlp4o pa_lwt.cmo *) This one should work: (*pp camlp4o `ocamlfind query -i-format lwt` `ocamlfind query -predicates syntax,preprocessor -a-format -r lwt.syntax` *) -- Jérémie