[erlang-questions] "dynamic" include?

YC yinso.chen@REDACTED
Fri Oct 26 23:46:33 CEST 2007


On 10/26/07, Thomas Lindgren <thomasl_erlang@REDACTED> wrote:
>
>
> > Anyway, the erlang compiler just uses the provided
> > include paths, much like a C compiler. To modify the
> > include path I tend to use things like:
>
> >    erlc -I$(INC) mymod.erl
>
> > or
>
> >   compile:file("mymod.erl", [{i, "..."}])


I see.  I got used to C-c C-k in erlang-mode already and forgot I can pass
in options.

Thanks,
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20071026/9a7a4f9e/attachment.htm>


More information about the erlang-questions mailing list