Awesome, thanks for the tip.<br><br><div class="gmail_quote">On Wed, Sep 7, 2011 at 8:21 PM, Don Clugston <span dir="ltr"><<a href="mailto:dclugston@googlemail.com">dclugston@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 7 September 2011 10:33, Rory McGuire <<a href="mailto:rmcguire@neonova.co.za">rmcguire@neonova.co.za</a>> wrote:<br>
> With Linux I use symlinks to manage my dmd version.<br>
> /usr/local/bin/dmd -> /usr/local/lib/d/dmd/bin/dmd<br>
> etc...<br>
> /usr/local/lib/libphobos.so -> /usr/local/d/dmd/lib/libphobos.so<br>
> /usr/local/lib/d/dmd -> /usr/local/lib/d/dmd2046<br>
> then just put all dmd2046 stuff inĀ /usr/local/lib/d/dmd2046 and all your<br>
> other versions in their own directories.<br>
> to change versions you just have to change the /usr/loca/lib/d/dmd symlink.<br>
><br>
> Not sure how you could do this in Windows.<br>
> -Rory<br>
<br>
</div>Exactly the same thing works fine on Windows. I use "junction.exe"<br>
from sysinternals to deal with the symlinks. I have one directory for<br>
each released version, and one special development directory which<br>
contains symlinks to git dmd, phobos and druntime.<br>
</blockquote></div><br>