eclipse - adding custom flags to dmd when compiling

Mike Parker aldacron at gmail.com
Sun Dec 15 04:27:24 PST 2013


On 12/15/2013 9:01 PM, Benji wrote:
> I want to compile file 'main.d' within Eclipse by following way:
>    dmd ~/main.d -L-lcurl
>
> How to achieve that?
> By default, Eclipse compiles it without -L-lcurl flag.

You should be able to configure that by going to Project->Properties in 
the menu, or right-clicking the project and selecting Properties from 
the popup menu.


More information about the Digitalmars-d-learn mailing list