RDMD + GTKD2

Gary Willoughby via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 17 06:13:57 PST 2014


On Monday, 17 November 2014 at 07:16:02 UTC, Sergey wrote:
> Thanks, it works (slowly):
> rdmd -I"/usr/include/dmd/gtkd2" "file.d"

Yeah it takes a while to compile because you are compiling the 
entire gtkd library each time. You can avoid this by compiling 
the gtkd library as a static lib and generating *.di files to 
import as source into your project. This drastically reduces the 
compile times. :)


More information about the Digitalmars-d mailing list