view dsss.conf @ 52:94a4ddb549e5

Added a .hgignore file.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 05 Jun 2008 15:04:44 +0100
parents e0839643ff52
children f9f5e04f20b2
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

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

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

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

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