Is there a way to only link against it when it's needed automatically? I was hoping dmd would do that automatically.
But you're right, it now spits out a 144 kb executable
2011/8/22 Andrej Mitrovic <andrej.mitrovich@gmail.com>
You are explicitly linking to GtkD.lib and win32.lib, that's what's
causing the increase in size.