comparison 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
comparison
equal deleted inserted replaced
84:e0f1ec7fe73a 85:56c0ddd90193
1 # Copyright © 2007-2008 Diggory Hardy 1 # Copyright © 2007-2008 Diggory Hardy
2 # License: GNU General Public License version 2 or later (see COPYING) 2 # License: GNU General Public License version 2 or later (see COPYING)
3 3
4 defaulttargets = mde/mde.d 4 defaulttargets = mde/mde.d examples/guiDemo.d
5 5
6 [*] 6 [*]
7 version (Posix) { 7 version (Posix) {
8 buildflags=-L-ldl 8 buildflags=-L-ldl
9 prebuild = mkdir bin -p 9 prebuild = mkdir bin -p
12 } 12 }
13 13
14 [mde/mde.d] 14 [mde/mde.d]
15 target=bin/mde 15 target=bin/mde
16 16
17 [examples/guiDemo.d]
18 target=bin/guiDemo
19
17 [util/mtcp.d] 20 [util/mtcp.d]
18 target=bin/mtcp 21 target=bin/mtcp