-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathframeinspector.cbp
160 lines (160 loc) · 5.53 KB
/
frameinspector.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="frameInspector" />
<Option pch_mode="2" />
<Option default_target="Win32 Debug" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/frameInspector" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-g" />
<Add option="`/opt/wxWidgets/2.8.12/bin/wx-config --unicode=no --debug=yes --cflags`" />
<Add option="-fno-strict-aliasing" />
<Add option="-D_ENABLE_DEBUG=1" />
<Add option="-DENABLE_PROFILE_LOAD=1" />
</Compiler>
<Linker>
<Add option="`/opt/wxWidgets/2.8.12/bin/wx-config --unicode=no --debug=yes --libs`" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/frameInspector" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=core2" />
<Add option="-fexpensive-optimizations" />
<Add option="-O3" />
<Add option="`/opt/wxWidgets/2.8.12/bin/wx-config --unicode=no --debug=no --cflags`" />
<Add option="-fno-strict-aliasing" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="`/opt/wxWidgets/2.8.12/bin/wx-config --unicode=no --debug=no --libs`" />
</Linker>
</Target>
<Target title="wx3_0_0 Debug">
<Option output="bin/Debug/wx30/frameInspector" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/wx30/" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=core2" />
<Add option="-g" />
<Add option="`/usr/bin/wx-config --cflags`" />
<Add option="-fno-strict-aliasing" />
<Add option="-D_ENABLE_DEBUG=1" />
<Add option="-DENABLE_PROFILE_LOAD=1" />
<Add option="-D_DEBUG" />
<Add option="-DwxDEBUG_LEVEL=1" />
<Add option="-DUSE_WXLOGWINDOW=1" />
</Compiler>
<Linker>
<Add option="`/usr/bin/wx-config /wx-config --libs`" />
</Linker>
</Target>
<Target title="wx3_0_0 Release">
<Option output="bin/Release/wx30/frameInspector" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/wx30/" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="2" />
<Compiler>
<Add option="-march=core2" />
<Add option="-fexpensive-optimizations" />
<Add option="-O3" />
<Add option="`/usr/bin/wx-config --cflags`" />
<Add option="-fno-strict-aliasing" />
<Add option="-DwxDEBUG_LEVEL=0" />
</Compiler>
<Linker>
<Add option="-s" />
<Add option="`/usr/bin/wx-config --libs`" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-DHAVE_LIBGCRYPT=1" />
</Compiler>
<Linker>
<Add library="gcrypt" />
</Linker>
<Unit filename="src/ChecksumDialog.cpp" />
<Unit filename="src/ChecksumDialog.h" />
<Unit filename="src/Dialogs.cpp" />
<Unit filename="src/Dialogs.h" />
<Unit filename="src/DumpImageBuffer.cpp" />
<Unit filename="src/DumpImageBuffer.h" />
<Unit filename="src/GridSettingsDialog.cpp" />
<Unit filename="src/GridSettingsDialog.h" />
<Unit filename="src/SizeDialog.cpp" />
<Unit filename="src/SizeDialog.h" />
<Unit filename="src/YUV420ImageBufferFile.cpp" />
<Unit filename="src/YUV420ImageBufferFile.h" />
<Unit filename="src/YUV420ImageBufferSplit.cpp" />
<Unit filename="src/YUV420ImageBufferSplit.h" />
<Unit filename="src/YUVCompDialog.cpp" />
<Unit filename="src/YUVCompDialog.h" />
<Unit filename="src/YUVSplitDialog.cpp" />
<Unit filename="src/YUVSplitDialog.h" />
<Unit filename="src/checksumObjects.cpp" />
<Unit filename="src/checksumObjects.h" />
<Unit filename="src/component_buffer.cpp" />
<Unit filename="src/component_buffer.h" />
<Unit filename="src/controlParms.cpp" />
<Unit filename="src/controlParms.h" />
<Unit filename="src/cpupack.h" />
<Unit filename="src/crc32.cpp" />
<Unit filename="src/crc32.h" />
<Unit filename="src/crcVector.cpp" />
<Unit filename="src/crcVector.h" />
<Unit filename="src/dumpInternals.cpp" />
<Unit filename="src/dumpInternals.h" />
<Unit filename="src/formatDialog.cpp" />
<Unit filename="src/formatDialog.h" />
<Unit filename="src/frame.cpp" />
<Unit filename="src/frame.h" />
<Unit filename="src/frameinspector.rc">
<Option compilerVar="WINDRES" />
<Option target="Win32 Debug" />
<Option target="Win32 Release" />
</Unit>
<Unit filename="src/imageBuffer.cpp" />
<Unit filename="src/imageBuffer.h" />
<Unit filename="src/imageSpec.h" />
<Unit filename="src/misc_utils.cpp" />
<Unit filename="src/misc_utils.h" />
<Unit filename="src/types.h" />
<Unit filename="src/viewApp.cpp" />
<Unit filename="src/viewApp.h" />
<Unit filename="src/yuvImageControl.cpp" />
<Unit filename="src/yuvImageControl.h" />
<Extensions>
<envvars />
<code_completion />
<lib_finder disable_auto="1" />
<debugger />
<DoxyBlocks>
<comment_style block="0" line="0" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>