view dsss.conf @ 173:a1ba9157510e

Enabled ServiceContentList to call its callbacks when its value changes. Tried to fix some other bugs, but this is not a very clean commit, due to wanting to make some big changes to enable better use of invariants next.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 08 Aug 2009 15:53:10 +0200
parents 1b1e2297e2fc
children
line wrap: on
line source

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

defaulttargets = mde/mde.d examples/guiDemo.d

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

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

[examples/guiDemo.d]
target=bin/guiDemo

[util/mtcp.d]
target=bin/mtcp