annotate dsss.conf @ 173:50b98a06a200

Start of support for virtual functions
author Anders Halager <halager@gmail.com>
date Thu, 24 Jul 2008 20:40:04 +0200
parents 2be29b296081
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
1 [lexer]
136
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
2 buildflags = -version=Tango
1
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
3 [parser]
136
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
4 buildflags = -version=Tango
1
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
5 [ast]
136
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
6 buildflags = -version=Tango
23
dd18654b5131 Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output
Anders Halager <halager@gmail.com>
parents: 3
diff changeset
7 [gen]
136
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
8 buildflags = -version=Tango
23
dd18654b5131 Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output
Anders Halager <halager@gmail.com>
parents: 3
diff changeset
9
1
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
10
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
11 [dang/compiler.d]
2168f4cb73f1 First push
johnsen@johnsen-desktop
parents:
diff changeset
12 Target = Dang
74
192da4976daa Renamed Add, Sub, Mul, Div and Mod in lexer to what they are (Plus, Minus....)
johnsen@johnsen-laptop
parents: 53
diff changeset
13 buildflags = -llstdc++ \
192da4976daa Renamed Add, Sub, Mul, Div and Mod in lexer to what they are (Plus, Minus....)
johnsen@johnsen-laptop
parents: 53
diff changeset
14 -llLLVMSystem -llLLVMSupport -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
23
dd18654b5131 Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output
Anders Halager <halager@gmail.com>
parents: 3
diff changeset
15 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
136
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
16 -llLLVMInstrumentation -llllvm-c-ext -lldl -version=Tango
3
c893a4f0954d dsss.conf updated to compile test file. Also updated LICENSE to BSD-License
johnsen@johnsen-desktop
parents: 2
diff changeset
17
c893a4f0954d dsss.conf updated to compile test file. Also updated LICENSE to BSD-License
johnsen@johnsen-desktop
parents: 2
diff changeset
18 [tests/run.d]
c893a4f0954d dsss.conf updated to compile test file. Also updated LICENSE to BSD-License
johnsen@johnsen-desktop
parents: 2
diff changeset
19 Target = tests/run
136
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
20 buildflags = -llllvm-c-ext -llstdc++ \
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
21 -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
22 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
2be29b296081 Lots of changes:
johnsen@johnsen-laptop
parents: 134
diff changeset
23 -llLLVMInstrumentation -llLLVMSystem -llLLVMSupport -version=Tango
23
dd18654b5131 Trying to use Tomas Lindquist Olsen's LLVM bindings instead of raw text-output
Anders Halager <halager@gmail.com>
parents: 3
diff changeset
24