Errors compiling DSSS

Jacob Carlborg doob at me.com
Mon Nov 26 23:38:22 PST 2012


On 2012-11-27 08:13, Gor Gyolchanyan wrote:
> I'd recommend RDMD. It can compile (and run) the given module and it's
> entire import tree. No build scripts are necessary.
> Very convenient with pragma(lib, "...")

RDMD is quite good for compiling executables. It won't work for 
compiling libraries. Quite often a build script is needed to avoid 
repeating the same compiler/linker flags over and over again.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list