view dsss.conf @ 64:cc3763817b8a

Overhauled Options so that it now uses templates and mixins for type-specific internals, and supported types can be adjusted via just one list.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 29 Jun 2008 11:55:55 +0100
parents f9f5e04f20b2
children 3a737e06dc50
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
    prebuild = mkdir bin -p
} else version (Windows) {
    prebuild = mkdir bin
}

[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
}