December 15, 2013 eclipse - adding custom flags to dmd when compiling | ||||
---|---|---|---|---|
| ||||
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. |
December 15, 2013 Re: eclipse - adding custom flags to dmd when compiling | ||||
---|---|---|---|---|
| ||||
Posted in reply to Benji | 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.
|
Copyright © 1999-2021 by the D Language Foundation