root/other/tango/dsss.conf

Revision 937, 395 bytes (checked in by Gregor, 2 months ago)

dsss.conf: Fixed broken inversion.

Line 
1 # This dsss.conf is used exclusively for Tango net-installs.
2 name = net-tango
3
4 [+tangocore]
5 version (Posix) {
6     version (GNU) {
7         prebuild=bash tango.sh gdc
8     } else {
9         prebuild=bash tango.sh dmd
10     }
11 } else version (Windows) {
12     prebuild=tango.bat
13 }
14
15 [+tango]
16 version (!Windows) {
17     prebuild=cd tango; $DSSS build
18     preinstall=cd tango; $DSSS install --prefix=$PREFIX
19 }
Note: See TracBrowser for help on using the browser.