annotate trunk/dsss.conf @ 799:fd719161e743

New ddoc emitter for XML type output.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Sat, 01 Mar 2008 18:04:29 +0200
parents c4b28cf38760
children
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 }