dbuilder
June 26, 2012 · View on GitHub
================== dbuilder
This tool is design to be easy to use, easy to build your D project. It is not written for cover all strangeness build. This tool will save your time for build comon project. Most part of project do not need a complex build script.
dbuilder need:
- your feed back
- your help
BUILD
Build with your compiler dmd src/dbuilder/information.d src/dbuilder/ini.d src/dbuilder/main.d -ofbuilder $ gdmd src/dbuilder/information.d src/dbuilder/ini.d src/dbuilder/main.d -ofbuilder
INSTALL
For linux user you can put exectubale programm to /usr/bin
USAGE
dbuilder works by 3 step 1/ configure the project read in current directory if a file named dbuilder.cfg or dbuilder.ini exist read parameter froom command line (priority give to command line )
2/ build the project Build project with the compiler given or default compiler
3/ install the project Install the project to right path, platform dependant
Config File
Can take name:
- dbuilder.ini
- dbuilder.cfg
The config file works as key value
type=<shared,static,executable>
job=