comparison dsss.conf @ 115:1b1e2297e2fc

Enums handled more generically now via either a popup list or flat list of BoolContentWidgets. EnumContent is an IContentList with BoolContent sub-contents. Content modules moved around (again). ContentListWidget can now list horizontally. Log-level setting callback.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 20 Dec 2008 17:57:05 +0000
parents 7f7b40fed72b
children
comparison
equal deleted inserted replaced
114:b16a534f5302 115:1b1e2297e2fc
3 3
4 defaulttargets = mde/mde.d examples/guiDemo.d 4 defaulttargets = mde/mde.d examples/guiDemo.d
5 5
6 [*] 6 [*]
7 version (Posix) { 7 version (Posix) {
8 # SMALLFILE is used to work-around bug http://www.dsource.org/projects/tango/ticket/1375 8 buildflags=-L-ldl
9 buildflags=-L-ldl -version=SMALLFILE
10 } 9 }
11 10
12 [mde/mde.d] 11 [mde/mde.d]
13 target=bin/mde 12 target=bin/mde
14 13