view dsss.conf @ 26:611f7b9063c6

Changed the licensing and removed a few dead files. Changed licensing to "GPL version 2 or later" to avoid future compatibility issues. Also a unittest fix to the previous commit. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 03 Apr 2008 18:15:02 +0100
parents 5f90774ea1ef
children e0839643ff52
line wrap: on
line source

# Copyright © 2007-2008 Diggory Hardy
# License: GNU General Public License version 2 or later (see COPYING)

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
}