|
Revision 106:7f7b40fed72b, 416 bytes
(checked in by Diggory Hardy <diggory.hardy@gmail.com>, 3 days ago)
|
Fix & workaround for tango r4134.
isFolder workaround: see dsss.conf
|
| 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 |
# SMALLFILE is used to work-around bug http://www.dsource.org/projects/tango/ticket/1375 |
|---|
| 9 |
buildflags=-L-ldl -version=SMALLFILE |
|---|
| 10 |
} |
|---|
| 11 |
|
|---|
| 12 |
[mde/mde.d] |
|---|
| 13 |
target=bin/mde |
|---|
| 14 |
|
|---|
| 15 |
[examples/guiDemo.d] |
|---|
| 16 |
target=bin/guiDemo |
|---|
| 17 |
|
|---|
| 18 |
[util/mtcp.d] |
|---|
| 19 |
target=bin/mtcp |
|---|