view dsss.conf @ 85:56c0ddd90193

Intermediate commit (not stable). Changes to init system.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 11 Sep 2008 11:33:51 +0100
parents 3a737e06dc50
children ba035eba07b4
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
    prebuild = mkdir bin -p
} else version (Windows) {
    prebuild = mkdir bin
}

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

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

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