view dsss.conf @ 839:4063da6f3edd default tip

Refactored the config file and how it is loaded.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Thu, 21 Aug 2008 17:51:04 +0200
parents 1ecf05e680ba
children
line wrap: on
line source

name = dil
version = 0.1
[src/main.d]
type = binary
target = bin/dil
version(Windows) {
  prebuild = mkdir bin\data
  postbuild = scripts\postbuild.bat
} else {
  prebuild = mkdir -p bin/data
  postbuild = scripts/postbuild.sh
}
version(GNU) {
  buildflags = -Isrc/ -Ldsss_objs/G/cmd.DDoc.o -Ldsss_objs/G/cmd.DDocXML.o
} else {
  buildflags = -Isrc/
}