]> git.llucax.com Git - software/druntime.git/commit
Allow building directly using 'make'
authorLeandro Lucarella <llucax@gmail.com>
Wed, 26 Nov 2008 01:57:31 +0000 (23:57 -0200)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 27 Nov 2008 02:45:48 +0000 (00:45 -0200)
commitee20c715e3f0be23c1732938dc222d436464c254
tree306b9d709420ae28ec2a2a03a792e2736cb3d9ac
parent081935464ec5614e67f01eeae780eaca2c595607
Allow building directly using 'make'

Using a dmd.conf configuration file per build directory, and using %@P%
special variable, now it's possible to build the project by using the make
command directly. For example:
make -f dmd-posix.mak
src/common/dmd.conf [new file with mode: 0644]
src/compiler/dmd/dmd.conf [new file with mode: 0644]
src/dmd.conf
src/gc/basic/dmd.conf [new file with mode: 0644]