Git, the D package manager

Vladimir Panteleev via Digitalmars-d digitalmars-d at puremagic.com
Wed Feb 4 11:22:55 PST 2015


On Wednesday, 4 February 2015 at 19:15:16 UTC, Jacob Carlborg 
wrote:
> Another thing is it supports a cross-platform way of configure 
> a build. Just take a simple thing as linking a static library 
> will most likely look different on different platforms. Also, 
> you most likely need a wrapper script that calls rdmd with all 
> arguments. There's basically no language that works on both 
> Windows and Posix out of the box. The only choice is to either 
> go with one file for Posix (shell script) and one for Windows 
> (batch files). Or you could go with D, which seems a bit 
> overkill for just a passing a couple of flags.

I've been using a build script for RABCDAsm since 2010, it works 
quite well. But then, I don't think it would be possible to 
replace it with a dub.json file.

https://github.com/CyberShadow/RABCDAsm/blob/master/build_rabcdasm.d


More information about the Digitalmars-d mailing list