view dsss.conf @ 11:b940f267419e

Options class created & changes to mergetag exception messages. Options class created (barebones). Loading/saving from Init. Init no longer runs cleanup functions after initialisation failure. Improved mergetag exception messages & error reporting. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 21 Feb 2008 09:05:33 +0000
parents 4c3575400769
children 0047b364b6d9
line wrap: on
line source

defaulttargets = mde/mde.d

[*]
version (Posix) {
    buildflags=-L-ldl
} else {
    warn Only posix builds have been tested; elsewhere other libraries will probably need to be linked.
}

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

[test/mdeTest.d]
buildflags=-debug -debug=mdeUnitTest -unittest
target=bin/mdeTest
noinstall
version (Posix) {
    buildflags+=-L-ldl
} else {
    warn Only posix builds have been tested; elsewhere other libraries will probably need to be linked.
}