~michael-rynn-500/d2-xml/d2-xml-dev

« back to all changes in this revision

Viewing changes to build/speed-linux/speed/speed.cbp

  • Committer: ~michael~rynn~500
  • Date: 2013-04-20 09:24:20 UTC
  • Revision ID: michael.rynn.500@gmail.com-20130420092420-prin60y6261pk0qp
interim changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 
2
<CodeBlocks_project_file>
 
3
        <FileVersion major="1" minor="6" />
 
4
        <Project>
 
5
                <Option title="speed" />
 
6
                <Option pch_mode="2" />
 
7
                <Option compiler="dmd" />
 
8
                <Build>
 
9
                        <Target title="Debug">
 
10
                                <Option output="bin/Debug/speed" prefix_auto="1" extension_auto="1" />
 
11
                                <Option object_output="obj/Debug/" />
 
12
                                <Option type="1" />
 
13
                                <Option compiler="dmd" />
 
14
                                <Option parameters="input ../../../books.xml" />
 
15
                                <Compiler>
 
16
                                        <Add option="-g" />
 
17
                                        <Add option="-debug" />
 
18
                                        <Add option="-m64" />
 
19
                                        <Add option="-version=GC_STATS" />
 
20
                                        <Add directory="../../../" />
 
21
                                </Compiler>
 
22
                                <Linker>
 
23
                                        <Add option="-m64" />
 
24
                                </Linker>
 
25
                        </Target>
 
26
                        <Target title="Release">
 
27
                                <Option output="bin/Release/speed" prefix_auto="1" extension_auto="1" />
 
28
                                <Option object_output="obj/Release/" />
 
29
                                <Option type="1" />
 
30
                                <Option compiler="dmd" />
 
31
                                <Compiler>
 
32
                                        <Add option="-O" />
 
33
                                        <Add option="-m64" />
 
34
                                        <Add option="-version=GC_STATS" />
 
35
                                        <Add directory="../../.." />
 
36
                                </Compiler>
 
37
                                <Linker>
 
38
                                        <Add option="-m64" />
 
39
                                </Linker>
 
40
                        </Target>
 
41
                </Build>
 
42
                <Unit filename="../../../alt/bomstring.d" />
 
43
                <Unit filename="../../../alt/buffer.d" />
 
44
                <Unit filename="../../../alt/gcstats.d" />
 
45
                <Unit filename="../../../alt/inputencode.d" />
 
46
                <Unit filename="../../../xml/dom/arrayt.d" />
 
47
                <Unit filename="../../../xml/dom/domt.d" />
 
48
                <Unit filename="../../../xml/dom/dtdt.d" />
 
49
                <Unit filename="../../../xml/ixml.d" />
 
50
                <Unit filename="../../../xml/parse/arrayt.d" />
 
51
                <Unit filename="../../../xml/parse/domt.d" />
 
52
                <Unit filename="../../../xml/parse/dxml.d" />
 
53
                <Unit filename="../../../xml/parse/input.d" />
 
54
                <Unit filename="../../../xml/test/bug.d" />
 
55
                <Unit filename="../../../xml/util/print.d" />
 
56
                <Unit filename="../../../xml/util/read.d" />
 
57
                <Unit filename="../../../xml/util/visit.d" />
 
58
                <Unit filename="../../../xml/xmlchar.d" />
 
59
                <Unit filename="../../../xml/xmlerror.d" />
 
60
                <Extensions>
 
61
                        <envvars />
 
62
                        <code_completion />
 
63
                        <debugger />
 
64
                        <lib_finder disable_auto="1" />
 
65
                </Extensions>
 
66
        </Project>
 
67
</CodeBlocks_project_file>