view dsss.conf @ 821:09a64d96967a

Started the interpreter. Made a couple changes in other parts -- CharExpression now has an IntExpression of a character type as its value member and its type is set accordingly.
author Jarrett Billingsley <jarrett.billingsley@gmail.com>
date Fri, 14 Mar 2008 11:01:05 -0400
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/
}