root/dsss.conf

Revision 115:1b1e2297e2fc, 304 bytes (checked in by Diggory Hardy <diggory.hardy@gmail.com>, 3 years ago)

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.

Line 
1 # Copyright © 2007-2008 Diggory Hardy
2 # License: GNU General Public License version 2 or later (see COPYING)
3
4 defaulttargets = mde/mde.d examples/guiDemo.d
5
6 [*]
7 version (Posix) {
8     buildflags=-L-ldl
9 }
10
11 [mde/mde.d]
12 target=bin/mde
13
14 [examples/guiDemo.d]
15 target=bin/guiDemo
16
17 [util/mtcp.d]
18 target=bin/mtcp
Note: See TracBrowser for help on using the browser.