comparison ldc-tango @ 714:1e98c99a87cb

Updated Rebuild profile to use correct linker switches
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 22 Oct 2008 13:48:54 +0200
parents 716684a0d63f
children 7ddd03a2ce02
comparison
equal deleted inserted replaced
713:b3dc22526289 714:1e98c99a87cb
35 testversion=LLVM64 35 testversion=LLVM64
36 testversion=PIC 36 testversion=PIC
37 37
38 38
39 [compile] 39 [compile]
40 oneatatime=yes
40 cmd=ldc -c $i 41 cmd=ldc -c $i
41 42
42 flag=$i 43 flag=$i
43 incdir=-I$i 44 incdir=-I$i
44 libdir=-L-L=$i 45 libdir=-L-L$i
45 optimize=-O3 46 optimize=-O3
46 version=-version=$i 47 version=-version=$i
47 48
48 49
49 [link] 50 [link]
50 oneatatime=yes 51 oneatatime=yes
51 cmd=ldc $i -of$o 52 cmd=ldc $i -of$o
52 53
53 libdir=-L-L=$i 54 libdir=-L-L$i
54 lib=-L-l=$i 55 lib=-L-l$i
55 flag=-L$i 56 flag=-L$i
56 57
57 58
58 [liblink] 59 [liblink]
59 safe=yes 60 safe=yes