view dsss.conf @ 24:32eff0e01c05

Only locally-changed options are stored in user-config now. Log levels revised. Options sub-classes are handled more generically and can be added without changing the Options class. Options changed at run-time are tracked, and on exit merged with user options and saved. Revised log levels as set out in policies.txt and as used in code. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 27 Mar 2008 16:15:21 +0000
parents 5f90774ea1ef
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
}