annotate dsss.conf @ 806:bcb74c9b895c

Moved out files in the trunk folder to the root.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sun, 09 Mar 2008 00:12:19 +0100
parents trunk/dsss.conf@fd719161e743
children 1ecf05e680ba
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
273
e095ec570c31 - Changed name of project to dil in dsss.conf.
aziz
parents: 0
diff changeset
1 name = dil
0
8ba2570de175 Initial import.
aziz
parents:
diff changeset
2 version = 0.1
8ba2570de175 Initial import.
aziz
parents:
diff changeset
3 [src/main.d]
8ba2570de175 Initial import.
aziz
parents:
diff changeset
4 type = binary
273
e095ec570c31 - Changed name of project to dil in dsss.conf.
aziz
parents: 0
diff changeset
5 target = dil
782
c4b28cf38760 Added version statement for gdc.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 273
diff changeset
6 version(GNU) {
799
fd719161e743 New ddoc emitter for XML type output.
Jari-Matti M?kel? <jmjm@iki.fi>
parents: 782
diff changeset
7 buildflags = -Isrc/ -Ldsss_objs/G/cmd.DDoc.o -Ldsss_objs/G/cmd.DDocXML.o
782
c4b28cf38760 Added version statement for gdc.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 273
diff changeset
8 } else {
c4b28cf38760 Added version statement for gdc.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 273
diff changeset
9 buildflags = -Isrc/
c4b28cf38760 Added version statement for gdc.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 273
diff changeset
10 }