GtkD 2.0 released, Gtk+ 3 with D.
Andrej Mitrovic
andrej.mitrovich at gmail.com
Sat Oct 6 07:34:28 PDT 2012
On 10/6/12, Jordi Sayol <g.sayol at yahoo.es> wrote:
> BTW. What's the right way to add "-L C:/D/dmd2/windows/lib/GtkD.lib" to
> "sc.ini" file?
If you put that library in that folder there's a good change it will
end up missing when installing/reinstalling DMD. Put it somewhere
outside and use the -L+ switch when invoking DMD:
dmd -L+C:\path\to\gtkdlib\ GtkD.lib app.d
More information about the Digitalmars-d-announce
mailing list