Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-03-16 19:17:58 -0800 (Wed, 16 Mar 2005)
Revision: 813
Log message:
Temporary workaround for bug 421. When both NATIVE and BYTE are enabled and a
file does not have an .mli, then we'll have a single rule that runs both
ocamlc and ocamlopt and generates all 4 files (.o, .cmi, .cmo, and .cmx).
This is not terribly efficient, but it seems to work.
Changes | Path |
+44 -15 | omake/OMakeroot.src.in |