eclipse - adding custom flags to dmd when compiling

Benji romanbeno273 at gmail.com
Sun Dec 15 04:01:27 PST 2013


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.


More information about the Digitalmars-d-learn mailing list