<div dir="ltr">Let's say I have a typical release directory like so:<br><br>/myrel<br>    |- lib/<br>        |- app1/<br>            |- src/<br>            |- ebin/<br>            |- include/<br>            |- doc/<br>
        |- app2/...<br>        |- app3/...<br><br>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.<br>
</div>