view dsss.conf @ 45:0fd51d2c6c8a

Several changes to resising windows and layout widgets. This commit still has some bugs. Moved the implementable widgets from mde.gui.widget.Widget to miscWidgets, leaving base widgets in Widget. Rewrote some of GridLayoutWidget's implementation. Made many operations general to work for either columns or rows. Some optimisations were intended but ended up being removed due to problems. Allowed layout's to resize from either direction (only with window resizes). committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 22 May 2008 11:34:09 +0100
parents 611f7b9063c6
children e0839643ff52
line wrap: on
line source

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

version (Posix) {
    defaulttargets = mde/mde.d
} else version (Win32) {
    defaulttargets = mde\mde.d
}

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

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

#[mde\mde.d]
#target=bin\mde

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