How about:

//! -L-lmylib


On Wed, Nov 28, 2012 at 6:29 PM, Andrei Alexandrescu <SeeWebsiteForEmail@erdani.org> wrote:
On 11/28/12 8:00 AM, Walter Bright wrote:
On 11/28/2012 3:04 AM, 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
*/
...

There's gotta be a better syntax than that!

I think so too. Ideas?

Andrei



--
Bye,
Gor Gyolchanyan.