view dsss.conf @ 101:fea8d61a2451 new_gen

First step(the other first was a bad one) toward imports. You can now compile two files that use eachother - given that they both are in the command line. Right now it's only root sturcts and methods you can use(i guess...?)
author Anders Johnsen <skabet@gmail.com>
date Wed, 07 May 2008 19:58:13 +0200
parents 192da4976daa
children 570a4917413a
line wrap: on
line source

[lexer]
[parser]
[ast]
[gen]


[dang/compiler.d]
Target = Dang
buildflags =  -llstdc++ \
 -llLLVMSystem -llLLVMSupport -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
 -llLLVMInstrumentation -llllvm-c-ext -lldl

[tests/run.d]
Target = tests/run
buildflags = -llllvm-c-ext -llstdc++ \
 -llLLVMCore -llLLVMBitWriter -llLLVMBitReader -llLLVMAnalysis -llLLVMTarget \
 -llLLVMTransformUtils -llLLVMScalarOpts -llLLVMipa -llLLVMipo \
 -llLLVMInstrumentation -llLLVMSystem -llLLVMSupport