Build a D project is now easy
bioinfornatics
bioinfornatics at fedoraproject.org
Sun Nov 21 17:50:29 PST 2010
hello community,
I have start a project for generate easily a build system for D project. Currently in d world everyone use his own build system for build a new project with a new system is a bit hard for everyone, for debug same thing. My tool generate
makefile system for your project in one command:
$ dmake --path src --lib src/myProject/
and for user he need ony do:
$ make
$ make install
At this time only works for build a library.
This system is usefull for support ldc, gdc and dmd compiler
You can found the project here: http://gitorious.org/dmake/dmake
Any help are welcome
More information about the Digitalmars-d-announce
mailing list