[Omake] ocamllib build question
Aleksey Nogin
nogin at metaprl.org
Mon Feb 12 15:16:47 PST 2007
On 12.02.2007 14:44, micha wrote:
> one more question:
> how can I get omake to build my ocamllibrary that way:
>
> ocamlc -a -custom -o ocamllib.cma a.cmo b.cmo -cclib "-lclib1 -lclib2"
>
> i.e. include the -custom and OCAML_LINK_FLAGS into the OCAML_LIRBRAY
> target? omake is not using it when building a lib. (maybe adding a
> OCAML_LIB_LINK_FLAG variable?)
Such variable already exists - OCAML_LIB_FLAGS
Aleksey
More information about the Omake
mailing list