view dsss.conf @ 838:1ecf05e680ba

Changed build configuration. From now on, the executable will be placed in bin/. The postbuild.* scripts for Linux and Windows will place important files in bin/ and bin/data/. Added hasType() to class Expression. Added search() to class Scope. Added DontKnowYet to struct Types.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Wed, 20 Aug 2008 20:39:16 +0200
parents bcb74c9b895c
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/
}