-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPenjinTwoTrenkiSoftGPU.cbp
108 lines (108 loc) · 3.67 KB
/
PenjinTwoTrenkiSoftGPU.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="PenjinTwoTrenkiSoftGPU" />
<Option pch_mode="2" />
<Option compiler="linux" />
<Build>
<Target title="Lin Debug">
<Option output="lib/Linux/PenjinTwoTrenkiSoftGPUD" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Linux/Debug" />
<Option type="3" />
<Option compiler="linux" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add directory="$(#PenjinTwo.lib)/Linux" />
</Linker>
</Target>
<Target title="Lin Release">
<Option output="lib/Linux/PenjinTwoTrenkiSoftGPU" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Linux/Release/" />
<Option type="3" />
<Option compiler="linux" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-O2" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add option="-s" />
<Add directory="$(#PenjinTwo.lib)/Linux" />
</Linker>
</Target>
<Target title="Pandora Debug">
<Option output="lib/Pandora/PenjinTwoTrenkiSoftGPUD" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/PandoraDebug" />
<Option type="3" />
<Option compiler="pandora" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-g" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add directory="$(#PenjinTwo.lib)/Linux" />
</Linker>
</Target>
<Target title="Pandora Release">
<Option output="lib/Pandora/PenjinTwoTrenkiSoftGPU" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Pandora/Release/" />
<Option type="3" />
<Option compiler="pandora" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-mcpu=cortex-a8" />
<Add option="-mfpu=neon" />
<Add option="-msoft-float" />
<Add option="-fexpensive-optimizations" />
<Add option="-O3" />
<Add option="-fPIC" />
</Compiler>
<Linker>
<Add option="-s" />
<Add directory="$(#PenjinTwo.lib)/Linux" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add directory="$(#PenjinTwo.include)" />
</Compiler>
<Linker>
<Add directory="$(#PenjinTwo.lib)" />
</Linker>
<Unit filename="include/trenki/fixedpoint/fixed_class.h" />
<Unit filename="include/trenki/fixedpoint/fixed_func.cpp" />
<Unit filename="include/trenki/fixedpoint/fixed_func.h" />
<Unit filename="include/trenki/fixedpoint/fixsintab.h" />
<Unit filename="include/trenki/fixedpoint/stdint.h" />
<Unit filename="include/trenki/renderer/duffsdevice.h" />
<Unit filename="include/trenki/renderer/geometry_processor.cpp" />
<Unit filename="include/trenki/renderer/geometry_processor.h" />
<Unit filename="include/trenki/renderer/irasterizer.h" />
<Unit filename="include/trenki/renderer/rasterizer_subdivaffine.h" />
<Unit filename="include/trenki/renderer/rasterizer_tsbase.h" />
<Unit filename="include/trenki/renderer/span.h" />
<Unit filename="include/trenki/renderer/stepmacros.h" />
<Unit filename="include/trenki/renderer/stepmacros_undef.h" />
<Unit filename="include/trenki/renderer/util.h" />
<Unit filename="include/trenki/renderer/vertex_processor.h" />
<Unit filename="include/trenki/vector_math/vector_math.h" />
<Extensions>
<envvars />
<code_completion />
<lib_finder disable_auto="1" />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>