[
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: | Alain Frisch <Alain.Frisch@i...> |
| Subject: | Re: [Caml-list] ocamlfind syntax problem |
Pietro Abate wrote: > how can I pass $STDLIB/str.cma $DESTDIR/extlib/extLib.cma to the preprocessor > via ocamlfind ? In general, you can pass extra options to the preprocessor with ocamlfind's -ppopt option. -- Alain