[erlang-questions] How do I include a library across muiltple apps in a release?

Matt Williamson dawsdesign@REDACTED
Sat Aug 30 14:11:51 CEST 2008


Let's say I have a typical release directory like so:

/myrel
    |- lib/
        |- app1/
            |- src/
            |- ebin/
            |- include/
            |- doc/
        |- app2/...
        |- app3/...

How would I include a single module, which can be called by modules in all
of the applications? The only two ways I can think of is make it into an app
(I personally think that's overkill because I just want to call a function
in the module) or make a symlink, which won't work in windows.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080830/cb6748f0/attachment.htm>


More information about the erlang-questions mailing list