view dsss.conf @ 75:25cb7420dc91

A massive overhaul/rewrite for the gui's data management and setup code. Currently much that was working is broken. imde's classes are created in a static this instead of mde's main. gl setup code moved from gl/basic.d to gl/draw.d mergetag.DefaultData: now HIGH_LOW priority instead of LOW_HIGH. Reduced type list to only used types; small fix for indent function. setup.paths: new NoFileException thrown instead of MTFileIOException
author Diggory Hardy <diggory.hardy@gmail.com>
date Mon, 28 Jul 2008 18:17:48 +0100
parents 3a737e06dc50
children 56c0ddd90193
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