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="bin2cpp" /> |
6 |
<Option pch_mode="2" /> |
7 |
<Option compiler="gcc" /> |
8 |
<Option show_notes="0"> |
9 |
<notes> |
10 |
<![CDATA[Built Targets: Debug and Devel builds are carbon copies of Release. Code::Blocks won't build bin2cpp automatically as a dependency of PCSX2 unless it has matching debug/devel configurations (that is, the depdendency only builds in Release modes, if the dependency only has a release target). There's no point in having debug/devel builds other than that.]]> |
11 |
</notes> |
12 |
</Option> |
13 |
<Build> |
14 |
<Target title="Release"> |
15 |
<Option output="../bin/bin2cpp" prefix_auto="1" extension_auto="1" /> |
16 |
<Option object_output="./.objs/release/" /> |
17 |
<Option type="1" /> |
18 |
<Option compiler="gcc" /> |
19 |
<Compiler> |
20 |
<Add option="-O2" /> |
21 |
</Compiler> |
22 |
<Linker> |
23 |
<Add option="-s" /> |
24 |
</Linker> |
25 |
</Target> |
26 |
<Target title="Debug"> |
27 |
<Option output="../bin/bin2cpp" prefix_auto="1" extension_auto="1" /> |
28 |
<Option object_output="./.objs/release/" /> |
29 |
<Option type="1" /> |
30 |
<Option compiler="gcc" /> |
31 |
<Compiler> |
32 |
<Add option="-O2" /> |
33 |
</Compiler> |
34 |
<Linker> |
35 |
<Add option="-s" /> |
36 |
</Linker> |
37 |
</Target> |
38 |
<Target title="Devel"> |
39 |
<Option output="../bin/bin2cpp" prefix_auto="1" extension_auto="1" /> |
40 |
<Option object_output="./.objs/release/" /> |
41 |
<Option type="1" /> |
42 |
<Option compiler="gcc" /> |
43 |
<Compiler> |
44 |
<Add option="-O2" /> |
45 |
</Compiler> |
46 |
<Linker> |
47 |
<Add option="-s" /> |
48 |
</Linker> |
49 |
</Target> |
50 |
</Build> |
51 |
<Compiler> |
52 |
<Add option="-Wall" /> |
53 |
<Add option="-fexceptions" /> |
54 |
</Compiler> |
55 |
<Unit filename="bin2cpp.cpp" /> |
56 |
<Extensions> |
57 |
<envvars /> |
58 |
<code_completion /> |
59 |
<lib_finder disable_auto="1" /> |
60 |
<debugger /> |
61 |
</Extensions> |
62 |
</Project> |
63 |
</CodeBlocks_project_file> |