[
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: | Hugo Ferreira <hmf@i...> |
| Subject: | ocamlbuild: using *.itarget with flags |
Hello, I was attempting to use the *.itarget file in order to build several modules. I have for example: all.itarget: ................................. src/comb/tests_comb.d.byte src/uf/bench.d.byte ................................. Unfortunately the last target requires that I use the Unix module (-lib unix). My question is: 1. Does this type of grouped target support the addition of flags? A further notice: The manual states that in the *.itarget files a comment is either a blank or dash. Does this mean: - comment here is a comment? If so, it does not seem to work. TIA, Hugo F.