view dsss.conf @ 17:5f90774ea1ef

Applied the GNU GPL v2 to mde. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 15 Mar 2008 15:14:25 +0000
parents 0047b364b6d9
children 611f7b9063c6
line wrap: on
line source

# Copyright © 2007-2008 Diggory Hardy
# License: GNU General Public License version 2 (see doc/License.txt)

version (Posix) {
    defaulttargets = mde/mde.d
} else version (Win32) {
    defaulttargets = mde\mde.d
}

[*]
version (Posix) {
    buildflags=-L-ldl
}

[mde/mde.d]
target=bin/mde

#[mde\mde.d]
#target=bin\mde

[test/mdeTest.d]
buildflags=-debug -debug=mdeUnitTest -unittest
target=bin/mdeTest
noinstall
version (Posix) {
    buildflags+=-L-ldl
}