OSDN Git Service

2.0.0
[psychlops/cpp.git] / win32gl / dev / psychlopswin32.cbp
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="Psychlops Win32 Static library" />
6                 <Option pch_mode="0" />
7                 <Option default_target="MinGW" />
8                 <Option compiler="gcc" />
9                 <Build>
10                         <Target title="BCC5.51">
11                                 <Option output="psychlopswin32bcc.lib" prefix_auto="0" extension_auto="0" />
12                                 <Option working_dir="" />
13                                 <Option object_output=".objs_bcc" />
14                                 <Option deps_output=".deps_bcc" />
15                                 <Option type="2" />
16                                 <Option compiler="bcc" />
17                                 <Option projectCompilerOptionsRelation="1" />
18                                 <Option projectLinkerOptionsRelation="1" />
19                                 <Option projectResourceIncludeDirsRelation="2" />
20                                 <Compiler>
21                                         <Add option="-Oc" />
22                                         <Add option="-O2" />
23                                         <Add option="-O1" />
24                                         <Add option="-DPSYCHLOPS_PLATFORM_WIN32GL" />
25                                 </Compiler>
26                                 <Linker>
27                                         <Add library="import32.lib" />
28                                         <Add library="cw32mt.lib" />
29                                         <Add library="gdi32.lib" />
30                                         <Add library="kernel32.lib" />
31                                         <Add library="advapi32.lib" />
32                                         <Add library="opengl32.lib" />
33                                         <Add library="user32.lib" />
34                                         <Add library="comdlg32.lib" />
35                                 </Linker>
36                         </Target>
37                         <Target title="MinGW">
38                                 <Option output="libpsychlopswin32gcc3.a" prefix_auto="0" extension_auto="0" />
39                                 <Option working_dir="" />
40                                 <Option object_output=".objs_mingw" />
41                                 <Option deps_output=".deps_mingw" />
42                                 <Option type="2" />
43                                 <Option compiler="gnu_gcc_compiler_3" />
44                                 <Option projectCompilerOptionsRelation="1" />
45                                 <Option projectLinkerOptionsRelation="1" />
46                                 <Option projectResourceIncludeDirsRelation="2" />
47                                 <Compiler>
48                                         <Add option="-Os" />
49                                         <Add option="-O3" />
50                                         <Add option="-DPSYCHLOPS_PLATFORM_WIN32GL" />
51                                         <Add option="-D___EXTENSIONS___" />
52                                 </Compiler>
53                                 <Linker>
54                                         <Add option="-s" />
55                                         <Add library="libopengl32.a" />
56                                         <Add library="libadvapi32.a" />
57                                         <Add library="libcomdlg32.a" />
58                                         <Add library="libuser32.a" />
59                                         <Add library="libgdi32.a" />
60                                         <Add library="libkernel32.a" />
61                                         <Add library="libglu32.a" />
62                                 </Linker>
63                         </Target>
64                         <Target title="MinGW4">
65                                 <Option output="libpsychlopswin32gcc4.a" prefix_auto="0" extension_auto="0" />
66                                 <Option working_dir="" />
67                                 <Option object_output=".objs_mingw4" />
68                                 <Option deps_output=".deps_mingw" />
69                                 <Option type="2" />
70                                 <Option compiler="gcc" />
71                                 <Option projectCompilerOptionsRelation="1" />
72                                 <Option projectLinkerOptionsRelation="1" />
73                                 <Option projectResourceIncludeDirsRelation="2" />
74                                 <Compiler>
75                                         <Add option="-Os" />
76                                         <Add option="-O3" />
77                                         <Add option="-DPSYCHLOPS_PLATFORM_WIN32GL" />
78                                         <Add option="-D___EXTENSIONS___" />
79                                 </Compiler>
80                                 <Linker>
81                                         <Add option="-s" />
82                                         <Add library="libopengl32.a" />
83                                         <Add library="libadvapi32.a" />
84                                         <Add library="libcomdlg32.a" />
85                                         <Add library="libuser32.a" />
86                                         <Add library="libgdi32.a" />
87                                         <Add library="libkernel32.a" />
88                                         <Add library="libglu32.a" />
89                                 </Linker>
90                         </Target>
91                         <Target title="VC9">
92                                 <Option output="psychlopswin32vc9.lib" prefix_auto="0" extension_auto="0" />
93                                 <Option working_dir="" />
94                                 <Option object_output=".objs_vc9" />
95                                 <Option deps_output=".deps_bcc" />
96                                 <Option type="2" />
97                                 <Option compiler="msvc8" />
98                                 <Option projectCompilerOptionsRelation="1" />
99                                 <Option projectLinkerOptionsRelation="1" />
100                                 <Option projectResourceIncludeDirsRelation="2" />
101                                 <Compiler>
102                                         <Add option="/MT" />
103                                         <Add option="/GA" />
104                                         <Add option="/EHs" />
105                                         <Add option="/GR" />
106                                         <Add option="/Ox" />
107                                         <Add option="/DPSYCHLOPS_PLATFORM_WIN32GL" />
108                                         <Add option="/D___EXTENSIONS___" />
109                                 </Compiler>
110                                 <Linker>
111                                         <Add library="OpenGL32" />
112                                         <Add library="AdvAPI32" />
113                                         <Add library="kernel32" />
114                                         <Add library="glu32" />
115                                         <Add library="gdi32" />
116                                         <Add library="user32" />
117                                         <Add library="comdlg32" />
118                                 </Linker>
119                         </Target>
120                         <Target title="VC10">
121                                 <Option output="psychlopswin32vc10.lib" prefix_auto="0" extension_auto="0" />
122                                 <Option working_dir="" />
123                                 <Option object_output=".objs_vc10" />
124                                 <Option deps_output=".deps_bcc" />
125                                 <Option type="2" />
126                                 <Option compiler="msvc10" />
127                                 <Option projectCompilerOptionsRelation="1" />
128                                 <Option projectLinkerOptionsRelation="1" />
129                                 <Option projectResourceIncludeDirsRelation="2" />
130                                 <Compiler>
131                                         <Add option="/MT" />
132                                         <Add option="/GA" />
133                                         <Add option="/EHs" />
134                                         <Add option="/GR" />
135                                         <Add option="/Ox" />
136                                         <Add option="/DPSYCHLOPS_PLATFORM_WIN32GL" />
137                                         <Add option="/D___EXTENSIONS___" />
138                                 </Compiler>
139                                 <Linker>
140                                         <Add library="OpenGL32" />
141                                         <Add library="AdvAPI32" />
142                                         <Add library="kernel32" />
143                                         <Add library="glu32" />
144                                         <Add library="gdi32" />
145                                         <Add library="user32" />
146                                         <Add library="comdlg32" />
147                                 </Linker>
148                         </Target>
149                         <Target title="VC12">
150                                 <Option output="psychlopswin32vc12.lib" prefix_auto="0" extension_auto="0" />
151                                 <Option working_dir="" />
152                                 <Option object_output=".objs_vc10" />
153                                 <Option deps_output=".deps_bcc" />
154                                 <Option type="2" />
155                                 <Option compiler="microsoft_visual_c_2013" />
156                                 <Option projectCompilerOptionsRelation="1" />
157                                 <Option projectLinkerOptionsRelation="1" />
158                                 <Option projectResourceIncludeDirsRelation="2" />
159                                 <Compiler>
160                                         <Add option="/MT" />
161                                         <Add option="/GA" />
162                                         <Add option="/EHs" />
163                                         <Add option="/GR" />
164                                         <Add option="/Ox" />
165                                         <Add option="/DPSYCHLOPS_PLATFORM_WIN32GL" />
166                                 </Compiler>
167                                 <Linker>
168                                         <Add library="OpenGL32" />
169                                         <Add library="AdvAPI32" />
170                                         <Add library="kernel32" />
171                                         <Add library="glu32" />
172                                         <Add library="gdi32" />
173                                         <Add library="user32" />
174                                         <Add library="comdlg32" />
175                                 </Linker>
176                         </Target>
177                         <Target title="VC9x64">
178                                 <Option output="psychlopswin32vc9.lib" prefix_auto="0" extension_auto="0" />
179                                 <Option working_dir="" />
180                                 <Option object_output=".objs_vc9" />
181                                 <Option deps_output=".deps_bcc" />
182                                 <Option type="2" />
183                                 <Option compiler="msvc8" />
184                                 <Option projectCompilerOptionsRelation="1" />
185                                 <Option projectLinkerOptionsRelation="1" />
186                                 <Option projectResourceIncludeDirsRelation="2" />
187                                 <Compiler>
188                                         <Add option="/GA" />
189                                         <Add option="/EHs" />
190                                         <Add option="/GR" />
191                                         <Add option="/Ox" />
192                                         <Add option="/DPSYCHLOPS_PLATFORM_WIN32GL" />
193                                 </Compiler>
194                                 <Linker>
195                                         <Add library="OpenGL32" />
196                                         <Add library="AdvAPI32" />
197                                         <Add library="kernel32" />
198                                         <Add library="glu32" />
199                                         <Add library="gdi32" />
200                                         <Add library="user32" />
201                                         <Add library="comdlg32" />
202                                 </Linker>
203                         </Target>
204                         <Target title="MinGW Devices">
205                                 <Option output="libpsychlopswin32gcc.a" prefix_auto="0" extension_auto="0" />
206                                 <Option working_dir="" />
207                                 <Option object_output=".objs_mingw" />
208                                 <Option deps_output=".deps_mingw" />
209                                 <Option type="2" />
210                                 <Option compiler="gcc" />
211                                 <Option projectCompilerOptionsRelation="1" />
212                                 <Option projectLinkerOptionsRelation="1" />
213                                 <Option projectResourceIncludeDirsRelation="2" />
214                                 <Compiler>
215                                         <Add option="-Os" />
216                                         <Add option="-O3" />
217                                         <Add option="-DPSYCHLOPS_PLATFORM_WIN32GL" />
218                                         <Add option="-D___EXTENSIONS___" />
219                                 </Compiler>
220                                 <Linker>
221                                         <Add option="-s" />
222                                         <Add library="libopengl32.a" />
223                                         <Add library="libadvapi32.a" />
224                                         <Add library="libcomdlg32.a" />
225                                         <Add library="libuser32.a" />
226                                         <Add library="libgdi32.a" />
227                                         <Add library="libkernel32.a" />
228                                         <Add library="libglu32.a" />
229                                 </Linker>
230                         </Target>
231                         <Target title="VC9 Devices">
232                                 <Option output="psychlopswin32vc9.lib" prefix_auto="0" extension_auto="0" />
233                                 <Option working_dir="" />
234                                 <Option object_output=".objs_vc9" />
235                                 <Option deps_output=".deps_bcc" />
236                                 <Option type="2" />
237                                 <Option compiler="msvc8" />
238                                 <Option projectCompilerOptionsRelation="1" />
239                                 <Option projectLinkerOptionsRelation="1" />
240                                 <Option projectResourceIncludeDirsRelation="2" />
241                                 <Compiler>
242                                         <Add option="/GA" />
243                                         <Add option="/EHs" />
244                                         <Add option="/GR" />
245                                         <Add option="/Ox" />
246                                         <Add option="/DPSYCHLOPS_PLATFORM_WIN32GL" />
247                                         <Add option="/D___EXTENSIONS___" />
248                                 </Compiler>
249                                 <Linker>
250                                         <Add library="OpenGL32" />
251                                         <Add library="AdvAPI32" />
252                                         <Add library="kernel32" />
253                                         <Add library="glu32" />
254                                         <Add library="gdi32" />
255                                         <Add library="user32" />
256                                         <Add library="comdlg32" />
257                                 </Linker>
258                         </Target>
259                 </Build>
260                 <VirtualTargets>
261                         <Add alias="All" targets="BCC5.51;VC9;MinGW;" />
262                 </VirtualTargets>
263                 <Compiler>
264                         <Add option="___EXTENSIONS___" />
265                         <Add directory="C:/Library/frameworks/opencv/build/include" />
266                         <Add directory="C:/Library/frameworks/Psychlops.framework/cv/include" />
267                 </Compiler>
268                 <Linker>
269                         <Add library="D:\Users\hskwk\Documents\Develop\Psychlops\Trunk\OpenGL\Psychlops_Win32_GL_libtest\lib\libfftw3-3.dll" />
270                 </Linker>
271                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_app.h" />
272                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_app_info.cpp" />
273                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_app_info.h" />
274                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_app_init.h" />
275                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_app_thread.cpp" />
276                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_app_thread.h" />
277                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_code.h" />
278                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_code_exception.cpp" />
279                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_code_exception.h" />
280                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_code_snippets.cpp" />
281                 <Unit filename="../../psychlops/core/ApplicationInterfaces/psychlops_code_snippets.h" />
282                 <Unit filename="../../psychlops/core/data/psychlops_d_misc.cpp" />
283                 <Unit filename="../../psychlops/core/data/psychlops_d_misc.h" />
284                 <Unit filename="../../psychlops/core/data/psychlops_d_string.cpp" />
285                 <Unit filename="../../psychlops/core/data/psychlops_d_string.h" />
286                 <Unit filename="../../psychlops/core/data/psychlops_data.h" />
287                 <Unit filename="../../psychlops/core/devices/psychlops_devices.h" />
288                 <Unit filename="../../psychlops/core/devices/psychlops_io_analog.cpp" />
289                 <Unit filename="../../psychlops/core/devices/psychlops_io_analog.h" />
290                 <Unit filename="../../psychlops/core/devices/psychlops_io_clipboard.cpp" />
291                 <Unit filename="../../psychlops/core/devices/psychlops_io_clipboard.h" />
292                 <Unit filename="../../psychlops/core/devices/psychlops_io_clock.h" />
293                 <Unit filename="../../psychlops/core/devices/psychlops_io_display.cpp" />
294                 <Unit filename="../../psychlops/core/devices/psychlops_io_display.h" />
295                 <Unit filename="../../psychlops/core/devices/psychlops_io_file.cpp" />
296                 <Unit filename="../../psychlops/core/devices/psychlops_io_file.h" />
297                 <Unit filename="../../psychlops/core/devices/psychlops_io_hid.cpp" />
298                 <Unit filename="../../psychlops/core/devices/psychlops_io_hid.h" />
299                 <Unit filename="../../psychlops/core/devices/psychlops_io_sound.cpp" />
300                 <Unit filename="../../psychlops/core/devices/psychlops_io_sound.h" />
301                 <Unit filename="../../psychlops/core/graphic/psychlops_g_canvas.cpp" />
302                 <Unit filename="../../psychlops/core/graphic/psychlops_g_canvas.h" />
303                 <Unit filename="../../psychlops/core/graphic/psychlops_g_color.cpp" />
304                 <Unit filename="../../psychlops/core/graphic/psychlops_g_color.h" />
305                 <Unit filename="../../psychlops/core/graphic/psychlops_g_font.cpp" />
306                 <Unit filename="../../psychlops/core/graphic/psychlops_g_font.h" />
307                 <Unit filename="../../psychlops/core/graphic/psychlops_g_fundamental.cpp" />
308                 <Unit filename="../../psychlops/core/graphic/psychlops_g_fundamental.h" />
309                 <Unit filename="../../psychlops/core/graphic/psychlops_g_image.cpp" />
310                 <Unit filename="../../psychlops/core/graphic/psychlops_g_image.h" />
311                 <Unit filename="../../psychlops/core/graphic/psychlops_g_module.cpp" />
312                 <Unit filename="../../psychlops/core/graphic/psychlops_g_module.h" />
313                 <Unit filename="../../psychlops/core/graphic/psychlops_g_shape.cpp" />
314                 <Unit filename="../../psychlops/core/graphic/psychlops_g_shape.h" />
315                 <Unit filename="../../psychlops/core/graphic/psychlops_graphic.h" />
316                 <Unit filename="../../psychlops/core/math/dSFMT2.0/dSFMT-params.h" />
317                 <Unit filename="../../psychlops/core/math/dSFMT2.0/dSFMT-params19937.h" />
318                 <Unit filename="../../psychlops/core/math/dSFMT2.0/dSFMT.c">
319                         <Option compilerVar="CC" />
320                 </Unit>
321                 <Unit filename="../../psychlops/core/math/dSFMT2.0/dSFMT.h" />
322                 <Unit filename="../../psychlops/core/math/okumura/igamma.cpp" />
323                 <Unit filename="../../psychlops/core/math/okumura/igamma.h" />
324                 <Unit filename="../../psychlops/core/math/psychlops_m_function.cpp" />
325                 <Unit filename="../../psychlops/core/math/psychlops_m_function.h" />
326                 <Unit filename="../../psychlops/core/math/psychlops_m_interval.cpp" />
327                 <Unit filename="../../psychlops/core/math/psychlops_m_interval.h" />
328                 <Unit filename="../../psychlops/core/math/psychlops_m_matrix.cpp" />
329                 <Unit filename="../../psychlops/core/math/psychlops_m_matrix.h" />
330                 <Unit filename="../../psychlops/core/math/psychlops_m_util.cpp" />
331                 <Unit filename="../../psychlops/core/math/psychlops_m_util.h" />
332                 <Unit filename="../../psychlops/core/math/psychlops_math.cpp" />
333                 <Unit filename="../../psychlops/core/math/psychlops_math.h" />
334                 <Unit filename="../../psychlops/extension/FileFormat/JPEG/jconfig.h" />
335                 <Unit filename="../../psychlops/extension/FileFormat/JPEG/jerror.h" />
336                 <Unit filename="../../psychlops/extension/FileFormat/JPEG/jmorecfg.h" />
337                 <Unit filename="../../psychlops/extension/FileFormat/JPEG/jpeglib.h" />
338                 <Unit filename="../../psychlops/extension/FileFormat/JPEG/psychlops_g_JPEG_bridge.cpp" />
339                 <Unit filename="../../psychlops/extension/FileFormat/JPEG/psychlops_g_JPEG_bridge.h" />
340                 <Unit filename="../../psychlops/extension/FileFormat/OpenCV/psychlops_g_OPENCV_bridge.cpp">
341                         <Option target="MinGW4" />
342                         <Option target="VC10" />
343                         <Option target="VC12" />
344                         <Option target="VC9x64" />
345                         <Option target="MinGW Devices" />
346                         <Option target="VC9 Devices" />
347                 </Unit>
348                 <Unit filename="../../psychlops/extension/FileFormat/OpenCV/psychlops_g_OPENCV_bridge.h" />
349                 <Unit filename="../../psychlops/extension/FileFormat/OpenCV/psychlops_g_OPENCV_bridge_dummy.cpp">
350                         <Option target="BCC5.51" />
351                         <Option target="MinGW" />
352                         <Option target="VC9" />
353                 </Unit>
354                 <Unit filename="../../psychlops/extension/FileFormat/PNG/png.h" />
355                 <Unit filename="../../psychlops/extension/FileFormat/PNG/pngconf.h" />
356                 <Unit filename="../../psychlops/extension/FileFormat/PNG/psychlops_g_PNG_bridge.cpp" />
357                 <Unit filename="../../psychlops/extension/FileFormat/PNG/psychlops_g_PNG_bridge.h" />
358                 <Unit filename="../../psychlops/extension/FileFormat/PNG/zconf.h" />
359                 <Unit filename="../../psychlops/extension/FileFormat/PNG/zlib.h" />
360                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_crs_bits.cpp" />
361                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_crs_bits.h" />
362                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_nidaqmx.cpp">
363                         <Option target="MinGW Devices" />
364                         <Option target="VC9 Devices" />
365                 </Unit>
366                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_nidaqmx.h" />
367                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_nidaqmxbase.cpp">
368                         <Option target="MinGW Devices" />
369                         <Option target="VC9 Devices" />
370                 </Unit>
371                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_nidaqmxbase.h" />
372                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_parallelport.h" />
373                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_util.cpp" />
374                 <Unit filename="../../psychlops/extension/devices/psychlops_devices_util.h" />
375                 <Unit filename="../../psychlops/extension/devices/psychlops_extentions_devices.h" />
376                 <Unit filename="../../psychlops/extension/prototype/figure/psychlops_figure_gabor.cpp" />
377                 <Unit filename="../../psychlops/extension/prototype/figure/psychlops_figure_gabor.h" />
378                 <Unit filename="../../psychlops/extension/prototype/figure/psychlops_figure_graph.cpp" />
379                 <Unit filename="../../psychlops/extension/prototype/figure/psychlops_figure_graph.h" />
380                 <Unit filename="../../psychlops/extension/prototype/figure/psychlops_figure_grating.cpp" />
381                 <Unit filename="../../psychlops/extension/prototype/figure/psychlops_figure_grating.h" />
382                 <Unit filename="../../psychlops/extension/prototype/graphic/psychlops_g_SVG.cpp" />
383                 <Unit filename="../../psychlops/extension/prototype/graphic/psychlops_g_SVG.h" />
384                 <Unit filename="../../psychlops/extension/prototype/graphic/psychlops_g_canvas3d_prototype.cpp" />
385                 <Unit filename="../../psychlops/extension/prototype/graphic/psychlops_g_canvas3d_prototype.h" />
386                 <Unit filename="../../psychlops/extension/prototype/math/psychlops_math_prototype.cpp" />
387                 <Unit filename="../../psychlops/extension/prototype/math/psychlops_math_prototype.h" />
388                 <Unit filename="../../psychlops/extension/psychlops_extensions.h" />
389                 <Unit filename="../../psychlops/extension/psychlops_prototype.h" />
390                 <Unit filename="../../psychlops/extension/standard/cv/psychlops_cv1_bridge.cpp" />
391                 <Unit filename="../../psychlops/extension/standard/cv/psychlops_cv1_bridge.h" />
392                 <Unit filename="../../psychlops/extension/standard/cv/psychlops_cv1_bridge_dummy.cpp">
393                         <Option target="BCC5.51" />
394                         <Option target="MinGW" />
395                         <Option target="VC9" />
396                 </Unit>
397                 <Unit filename="../../psychlops/extension/standard/cv/psychlops_cv2_bridge.cpp">
398                         <Option target="MinGW4" />
399                         <Option target="VC10" />
400                         <Option target="VC12" />
401                         <Option target="VC9x64" />
402                         <Option target="MinGW Devices" />
403                         <Option target="VC9 Devices" />
404                 </Unit>
405                 <Unit filename="../../psychlops/extension/standard/cv/psychlops_cv2_bridge.h" />
406                 <Unit filename="../../psychlops/extension/standard/cv/psychlops_cv2_bridge_dummy.cpp">
407                         <Option target="BCC5.51" />
408                         <Option target="MinGW" />
409                         <Option target="VC9" />
410                 </Unit>
411                 <Unit filename="../../psychlops/extension/standard/fft/fftw3.h" />
412                 <Unit filename="../../psychlops/extension/standard/fft/psychlops_FFTW_bridge.cpp" />
413                 <Unit filename="../../psychlops/extension/standard/fft/psychlops_FFTW_bridge.h" />
414                 <Unit filename="../../psychlops/extension/standard/figure/psychlops_figure_standard.cpp" />
415                 <Unit filename="../../psychlops/extension/standard/figure/psychlops_figure_standard.h" />
416                 <Unit filename="../../psychlops/extension/standard/figure/psychlops_figure_visualization.cpp" />
417                 <Unit filename="../../psychlops/extension/standard/figure/psychlops_figure_visualization.h" />
418                 <Unit filename="../../psychlops/extension/standard/math/psychlops_math_extension.cpp" />
419                 <Unit filename="../../psychlops/extension/standard/math/psychlops_math_extension.h" />
420                 <Unit filename="../../psychlops/extension/standard/psychophysics/psychlops_exp_psychophysics.cpp" />
421                 <Unit filename="../../psychlops/extension/standard/psychophysics/psychlops_exp_psychophysics.h" />
422                 <Unit filename="../../psychlops/extension/standard/psychophysics/psychlops_util_psychophysics.cpp" />
423                 <Unit filename="../../psychlops/extension/standard/psychophysics/psychlops_util_psychophysics.h" />
424                 <Unit filename="../../psychlops/extension/standard/shader/psychlops_g_shader.cpp" />
425                 <Unit filename="../../psychlops/extension/standard/shader/psychlops_g_shader.h" />
426                 <Unit filename="../../psychlops/extension/standard/shader/psychlops_g_shader_fig.cpp" />
427                 <Unit filename="../../psychlops/extension/standard/shader/psychlops_g_shader_fig.h" />
428                 <Unit filename="../../psychlops/extension/standard/widgets/psychlops_widget.cpp" />
429                 <Unit filename="../../psychlops/extension/standard/widgets/psychlops_widget.h" />
430                 <Unit filename="../../psychlops/extension/standard/widgets/psychlops_widgets.cpp" />
431                 <Unit filename="../../psychlops/extension/standard/widgets/psychlops_widgets.h" />
432                 <Unit filename="../../psychlops/extension/standard/widgets/psychlops_widgets_event.cpp" />
433                 <Unit filename="../../psychlops/extension/standard/widgets/psychlops_widgets_event.h" />
434                 <Unit filename="../../psychlops/extension/standard/widgets/psychlops_widgets_prototype.cpp" />
435                 <Unit filename="../../psychlops/extension/standard/widgets/psychlops_widgets_prototype.h" />
436                 <Unit filename="../../psychlops/platform/cv/psychlops_misc_opencv.cpp">
437                         <Option target="MinGW4" />
438                         <Option target="VC10" />
439                         <Option target="VC12" />
440                         <Option target="VC9x64" />
441                         <Option target="MinGW Devices" />
442                         <Option target="VC9 Devices" />
443                 </Unit>
444                 <Unit filename="../../psychlops/platform/cv/psychlops_misc_opencv_dummy.cpp">
445                         <Option target="MinGW" />
446                         <Option target="VC9" />
447                         <Option target="BCC5.51" />
448                 </Unit>
449                 <Unit filename="../../psychlops/platform/gl/extension/psychlops_g_shader_gl.cpp" />
450                 <Unit filename="../../psychlops/platform/gl/extension/psychlops_g_shader_gl.h" />
451                 <Unit filename="../../psychlops/platform/gl/psychlops_g_GL_h.h" />
452                 <Unit filename="../../psychlops/platform/gl/psychlops_g_cache.cpp" />
453                 <Unit filename="../../psychlops/platform/gl/psychlops_g_cache.h" />
454                 <Unit filename="../../psychlops/platform/gl/psychlops_g_canvas_gl.cpp" />
455                 <Unit filename="../../psychlops/platform/gl/psychlops_g_image_GL.cpp" />
456                 <Unit filename="../../psychlops/platform/gl/psychlops_g_module_GL.cpp" />
457                 <Unit filename="../../psychlops/platform/psychlops_platform_selector.h" />
458                 <Unit filename="../../psychlops/platform/win32/psychlops_app_init_Win32.cpp" />
459                 <Unit filename="../../psychlops/platform/win32/psychlops_app_main_Win32.cpp" />
460                 <Unit filename="../../psychlops/platform/win32/psychlops_app_main_Win32.h" />
461                 <Unit filename="../../psychlops/platform/win32/psychlops_app_state_Win32.cpp" />
462                 <Unit filename="../../psychlops/platform/win32/psychlops_app_state_Win32.h" />
463                 <Unit filename="../../psychlops/platform/win32/psychlops_app_thread_Win32.cpp" />
464                 <Unit filename="../../psychlops/platform/win32/psychlops_app_tweak_Win32.h" />
465                 <Unit filename="../../psychlops/platform/win32/psychlops_devices_parallelport_Win32.cpp" />
466                 <Unit filename="../../psychlops/platform/win32/psychlops_io_API_Win32.cpp" />
467                 <Unit filename="../../psychlops/platform/win32/psychlops_io_API_Win32.h" />
468                 <Unit filename="../../psychlops/platform/win32/psychlops_io_clipboard_Win32.cpp" />
469                 <Unit filename="../../psychlops/platform/win32/psychlops_io_clock_Win32.cpp" />
470                 <Unit filename="../../psychlops/platform/win32/psychlops_io_clock_Win32.h" />
471                 <Unit filename="../../psychlops/platform/win32/psychlops_io_display_Win32.cpp" />
472                 <Unit filename="../../psychlops/platform/win32/psychlops_io_display_Win32.h" />
473                 <Unit filename="../../psychlops/platform/win32/psychlops_io_file_Win32.cpp" />
474                 <Unit filename="../../psychlops/platform/win32/psychlops_io_sound_Win32.cpp" />
475                 <Unit filename="../../psychlops/platform/win32gl/extension/glew/glew.c">
476                         <Option compilerVar="CC" />
477                 </Unit>
478                 <Unit filename="../../psychlops/platform/win32gl/extension/glew/glew.h" />
479                 <Unit filename="../../psychlops/platform/win32gl/extension/glew/glew.orig.h" />
480                 <Unit filename="../../psychlops/platform/win32gl/extension/glew/wglew.h" />
481                 <Unit filename="../../psychlops/platform/win32gl/extension/psychlops_g_shader_Win32GL.cpp" />
482                 <Unit filename="../../psychlops/platform/win32gl/extension/psychlops_widgets_win32gl.cpp" />
483                 <Unit filename="../../psychlops/platform/win32gl/psychlops_g_API_win32gl.cpp" />
484                 <Unit filename="../../psychlops/platform/win32gl/psychlops_g_API_win32gl.h" />
485                 <Unit filename="../../psychlops/platform/win32gl/psychlops_g_canvas_win32gl.cpp" />
486                 <Unit filename="../../psychlops/platform/win32gl/psychlops_g_font_win32gl.cpp" />
487                 <Unit filename="../../psychlops/platform/win32gl/psychlops_g_image_win32gl.cpp" />
488                 <Unit filename="../../psychlops/psychlops.h" />
489                 <Unit filename="../../psychlops/psychlops_core.h" />
490                 <Unit filename="../../psychlops/psychlops_lib.h" />
491                 <Extensions>
492                         <code_completion />
493                         <envvars />
494                         <debugger />
495                 </Extensions>
496         </Project>
497 </CodeBlocks_project_file>