Errors compiling DSSS

Jacob Carlborg doob at me.com
Wed Nov 28 07:48:23 PST 2012


On 2012-11-27 17:04, Andrei Alexandrescu wrote:

> Even with --shebang there are odd limitations of the shebang line length
> etc. I think it would make sense to add options in the form of a
> stylized comment below the shebang line. That comment can be read and
> parsed by rdmd appropriately. For example:
>
> #!/usr/bin/rdmd
> /**rdmdoptions
> -L-lmylib
> */
> ...
>
> What would be some useful options to add, aside from those already
> supported?

I don't know why anyone would bother implementing this. What's needed is 
a proper build tool. That includes build scripts that can be written in 
a full blow language.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list