[Omake] Passing full target paths to compilers
Janne Hellsten
jjhellst at gmail.com
Sat Jun 10 08:41:35 PDT 2006
I've been wanting to have this work as well.
Best regards,
Janne
On 6/10/06, Benjamin Pierce <bcpierce at cis.upenn.edu> wrote:
> Since my project involves OCaml files in several directories, I want
> to invoke the OCaml compiler with the full absolute pathname of each
> source .ml file, so that error messages will be printed in a way that
> emacs can interpret, no matter where I do the compilation from. Is
> there an easy way to achieve this?
>
> (I tried the obvious one -- changing
>
> OCamlProgram($(RESULT), $(rootname $(SOURCES)))
>
> to
>
> OCamlProgram($(RESULT), $(absname $(rootname $(SOURCES))))
>
> but this seems to have no effect.)
>
> Thanks,
>
> - Benjamin
>
>
> _______________________________________________
> Omake mailing list
> Omake at metaprl.org
> https://lists.metaprl.org/mailman/listinfo/omake
>
More information about the Omake
mailing list