[Omake] OcamlProgram(): how to link a single .cmo/.cmx?

Dmitry Bely dmitry.bely at gmail.com
Tue Dec 4 23:23:42 PST 2007


External .cma/.cmxa library can be linked as follows:

OCAML_OTHER_LIBS = ...
OcamlProgram(...)

But what should I do if I have to link a single external .cmo/.cmx?
(Currently I've modified OCaml.om but maybe missed something obvious?)

- Dmitry Bely


More information about the Omake mailing list