[Omake] OCaml and Generated Source File

Jeremy Cowgar jcowgar at advancedpricing.com
Mon Jan 2 23:31:16 PST 2006


On Tuesday 03 January 2006 01:36, Nathaniel Gray wrote:
> Try adding:
> LocalOCamlGeneratedFiles(unit__test.ml)
>
> This will make all .ml files depend on unit__test.ml, which will
> force it to be built first.

Thank you, that did the trick. I did notice, however, that to my 
unit__test.ml: target, I had to add dependencies to the two programs that are 
built in other areas of the same project, which will later be responsible for 
the building of unit__test.ml, but once I did that, everything worked great!

Thanks again,

Jeremy


More information about the OMake-Devel mailing list