view dsss.conf @ 825:51edcd435b30

Removed the old implementation of docgen. This isn't in usable state currently so I'll remove it temporarily. Hopefully there will a new version based on xml processing later.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Thu, 27 Mar 2008 16:56:55 +0200
parents bcb74c9b895c
children 1ecf05e680ba
line wrap: on
line source

name = dil
version = 0.1
[src/main.d]
type = binary
target = dil
version(GNU) {
  buildflags = -Isrc/ -Ldsss_objs/G/cmd.DDoc.o -Ldsss_objs/G/cmd.DDocXML.o
} else {
  buildflags = -Isrc/
}