source: OGRE/trunk/ogrenew/RenderSystems/GL/scripts/RenderSystem_GL.cbp @ 692

Revision 692, 23.0 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="3" />
4        <Project>
5                <Option title="RenderSystem_GL" />
6                <Option pch_mode="0" />
7                <Option default_target="-1" />
8                <Option compiler="gcc" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\bin\Debug\RenderSystem_GL.dll" />
12                                <Option object_output="..\obj\Debug" />
13                                <Option type="3" />
14                                <Option compiler="gcc" />
15                                <Option includeInTargetAll="1" />
16                                <Option createStaticLib="1" />
17                                <Compiler>
18                                        <Add option="-W" />
19                                        <Add option="-g" />
20                                        <Add option="-DWIN32" />
21                                        <Add option="-D_DEBUG" />
22                                        <Add option="-D_WINDOWS" />
23                                        <Add option="-D_USRDLL" />
24                                        <Add option="-DOGRE_GL_USE_MULTITEXTURING" />
25                                        <Add directory="..\include" />
26                                        <Add directory="..\src\win32" />
27                                        <Add directory="..\..\..\OgreMain\include" />
28                                        <Add directory="..\..\..\Dependencies\include" />
29                                        <Add directory="..\src\nvparse" />
30                                        <Add directory="..\src\nvparse\winheaders" />
31                                        <Add directory="..\src\atifs\include" />
32                                        <Add directory="..\src\glsl\include" />
33                                </Compiler>
34                                <Linker>
35                                        <Add library="gdi32" />
36                                        <Add library="OgreMain_d" />
37                                        <Add library="OPENGL32" />
38                                        <Add library="GLU32" />
39                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
40                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
41                                </Linker>
42                                <ExtraCommands>
43                                        <Add after="cp ..\bin\Debug\RenderSystem_GL.dll ..\..\..\Samples\Common\Bin\Debug" />
44                                </ExtraCommands>
45                        </Target>
46                        <Target title="Release">
47                                <Option output="..\bin\Release\RenderSystem_GL.dll" />
48                                <Option object_output="..\obj\Release" />
49                                <Option type="3" />
50                                <Option compiler="gcc" />
51                                <Option includeInTargetAll="1" />
52                                <Option createStaticLib="1" />
53                                <Compiler>
54                                        <Add option="-O3" />
55                                        <Add option="-W" />
56                                        <Add option="-DWIN32" />
57                                        <Add option="-DNDEBUG" />
58                                        <Add option="-D_WINDOWS" />
59                                        <Add option="-D_USRDLL" />
60                                        <Add option="-DRenderSystem_GL_EXPORTS" />
61                                        <Add option="-DOGRE_GL_USE_MULTITEXTURING" />
62                                        <Add directory="..\include" />
63                                        <Add directory="..\src\win32" />
64                                        <Add directory="..\..\..\OgreMain\include" />
65                                        <Add directory="..\..\..\Dependencies\include" />
66                                        <Add directory="..\src\nvparse" />
67                                        <Add directory="..\src\nvparse\winheaders" />
68                                        <Add directory="..\src\atifs\include" />
69                                        <Add directory="..\src\glsl\include" />
70                                </Compiler>
71                                <Linker>
72                                        <Add option="-s" />
73                                        <Add library="gdi32" />
74                                        <Add library="OgreMain" />
75                                        <Add library="OPENGL32" />
76                                        <Add library="GLU32" />
77                                        <Add directory="..\..\..\OgreMain\lib\Release" />
78                                        <Add directory="..\..\..\Dependencies\lib\Release" />
79                                </Linker>
80                                <ExtraCommands>
81                                        <Add after="cp ..\bin\Release\RenderSystem_GL.dll ..\..\..\Samples\Common\Bin\Release" />
82                                </ExtraCommands>
83                        </Target>
84                </Build>
85                <Linker>
86                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
87                </Linker>
88                <Unit filename="..\..\..\Dependencies\include\gl\gl.h">
89                        <Option compilerVar="" />
90                        <Option compile="0" />
91                        <Option link="0" />
92                        <Option target="Debug" />
93                        <Option target="Release" />
94                </Unit>
95                <Unit filename="..\..\..\Dependencies\include\gl\glext.h">
96                        <Option compilerVar="" />
97                        <Option compile="0" />
98                        <Option link="0" />
99                        <Option target="Debug" />
100                        <Option target="Release" />
101                </Unit>
102                <Unit filename="..\..\..\Dependencies\include\gl\glxext.h">
103                        <Option compilerVar="" />
104                        <Option compile="0" />
105                        <Option link="0" />
106                        <Option target="Debug" />
107                        <Option target="Release" />
108                </Unit>
109                <Unit filename="..\..\..\Dependencies\include\gl\wglext.h">
110                        <Option compilerVar="" />
111                        <Option compile="0" />
112                        <Option link="0" />
113                        <Option target="Debug" />
114                        <Option target="Release" />
115                </Unit>
116                <Unit filename="..\include\GL\glew.h">
117                        <Option compilerVar="" />
118                        <Option compile="0" />
119                        <Option link="0" />
120                        <Option target="Debug" />
121                        <Option target="Release" />
122                </Unit>
123                <Unit filename="..\include\OgreGLContext.h">
124                        <Option compilerVar="" />
125                        <Option compile="0" />
126                        <Option link="0" />
127                        <Option target="Debug" />
128                        <Option target="Release" />
129                </Unit>
130                <Unit filename="..\include\OgreGLDefaultHardwareBufferManager.h">
131                        <Option compilerVar="" />
132                        <Option compile="0" />
133                        <Option link="0" />
134                        <Option target="Debug" />
135                        <Option target="Release" />
136                </Unit>
137                <Unit filename="..\include\OgreGLFBOMultiRenderTarget.h">
138                        <Option compilerVar="" />
139                        <Option compile="0" />
140                        <Option link="0" />
141                        <Option target="Debug" />
142                        <Option target="Release" />
143                </Unit>
144                <Unit filename="..\include\OgreGLFBORenderTexture.h">
145                        <Option compilerVar="" />
146                        <Option compile="0" />
147                        <Option link="0" />
148                        <Option target="Debug" />
149                        <Option target="Release" />
150                </Unit>
151                <Unit filename="..\include\OgreGLFrameBufferObject.h">
152                        <Option compilerVar="" />
153                        <Option compile="0" />
154                        <Option link="0" />
155                        <Option target="Debug" />
156                        <Option target="Release" />
157                </Unit>
158                <Unit filename="..\include\OgreGLGpuNvparseProgram.h">
159                        <Option compilerVar="" />
160                        <Option compile="0" />
161                        <Option link="0" />
162                        <Option target="Debug" />
163                        <Option target="Release" />
164                </Unit>
165                <Unit filename="..\include\OgreGLGpuProgram.h">
166                        <Option compilerVar="" />
167                        <Option compile="0" />
168                        <Option link="0" />
169                        <Option target="Debug" />
170                        <Option target="Release" />
171                </Unit>
172                <Unit filename="..\include\OgreGLGpuProgramManager.h">
173                        <Option compilerVar="" />
174                        <Option compile="0" />
175                        <Option link="0" />
176                        <Option target="Debug" />
177                        <Option target="Release" />
178                </Unit>
179                <Unit filename="..\include\OgreGLHardwareBufferManager.h">
180                        <Option compilerVar="" />
181                        <Option compile="0" />
182                        <Option link="0" />
183                        <Option target="Debug" />
184                        <Option target="Release" />
185                </Unit>
186                <Unit filename="..\include\OgreGLHardwareIndexBuffer.h">
187                        <Option compilerVar="" />
188                        <Option compile="0" />
189                        <Option link="0" />
190                        <Option target="Debug" />
191                        <Option target="Release" />
192                </Unit>
193                <Unit filename="..\include\OgreGLHardwareOcclusionQuery.h">
194                        <Option compilerVar="" />
195                        <Option compile="0" />
196                        <Option link="0" />
197                        <Option target="Debug" />
198                        <Option target="Release" />
199                </Unit>
200                <Unit filename="..\include\OgreGLHardwarePixelBuffer.h">
201                        <Option compilerVar="" />
202                        <Option compile="0" />
203                        <Option link="0" />
204                        <Option target="Debug" />
205                        <Option target="Release" />
206                </Unit>
207                <Unit filename="..\include\OgreGLHardwareVertexBuffer.h">
208                        <Option compilerVar="" />
209                        <Option compile="0" />
210                        <Option link="0" />
211                        <Option target="Debug" />
212                        <Option target="Release" />
213                </Unit>
214                <Unit filename="..\include\OgreGLPBRenderTexture.h">
215                        <Option compilerVar="" />
216                        <Option compile="0" />
217                        <Option link="0" />
218                        <Option target="Debug" />
219                        <Option target="Release" />
220                </Unit>
221                <Unit filename="..\include\OgreGLPBuffer.h">
222                        <Option compilerVar="" />
223                        <Option compile="0" />
224                        <Option link="0" />
225                        <Option target="Debug" />
226                        <Option target="Release" />
227                </Unit>
228                <Unit filename="..\include\OgreGLPixelFormat.h">
229                        <Option compilerVar="" />
230                        <Option compile="0" />
231                        <Option link="0" />
232                        <Option target="Debug" />
233                        <Option target="Release" />
234                </Unit>
235                <Unit filename="..\include\OgreGLPrerequisites.h">
236                        <Option compilerVar="" />
237                        <Option compile="0" />
238                        <Option link="0" />
239                        <Option target="Debug" />
240                        <Option target="Release" />
241                </Unit>
242                <Unit filename="..\include\OgreGLRenderSystem.h">
243                        <Option compilerVar="" />
244                        <Option compile="0" />
245                        <Option link="0" />
246                        <Option target="Debug" />
247                        <Option target="Release" />
248                </Unit>
249                <Unit filename="..\include\OgreGLRenderTexture.h">
250                        <Option compilerVar="" />
251                        <Option compile="0" />
252                        <Option link="0" />
253                        <Option target="Debug" />
254                        <Option target="Release" />
255                </Unit>
256                <Unit filename="..\include\OgreGLSupport.h">
257                        <Option compilerVar="" />
258                        <Option compile="0" />
259                        <Option link="0" />
260                        <Option target="Debug" />
261                        <Option target="Release" />
262                </Unit>
263                <Unit filename="..\include\OgreGLTexture.h">
264                        <Option compilerVar="" />
265                        <Option compile="0" />
266                        <Option link="0" />
267                        <Option target="Debug" />
268                        <Option target="Release" />
269                </Unit>
270                <Unit filename="..\include\OgreGLTextureManager.h">
271                        <Option compilerVar="" />
272                        <Option compile="0" />
273                        <Option link="0" />
274                        <Option target="Debug" />
275                        <Option target="Release" />
276                </Unit>
277                <Unit filename="..\include\OgreSDLGLSupport.h">
278                        <Option compilerVar="" />
279                        <Option compile="0" />
280                        <Option link="0" />
281                        <Option target="Debug" />
282                        <Option target="Release" />
283                </Unit>
284                <Unit filename="..\include\OgreSDLPrerequisites.h">
285                        <Option compilerVar="" />
286                        <Option compile="0" />
287                        <Option link="0" />
288                        <Option target="Debug" />
289                        <Option target="Release" />
290                </Unit>
291                <Unit filename="..\include\OgreSDLWindow.h">
292                        <Option compilerVar="" />
293                        <Option compile="0" />
294                        <Option link="0" />
295                        <Option target="Debug" />
296                        <Option target="Release" />
297                </Unit>
298                <Unit filename="..\include\OgreWin32Context.h">
299                        <Option compilerVar="" />
300                        <Option compile="0" />
301                        <Option link="0" />
302                        <Option target="Debug" />
303                        <Option target="Release" />
304                </Unit>
305                <Unit filename="..\include\OgreWin32GLSupport.h">
306                        <Option compilerVar="" />
307                        <Option compile="0" />
308                        <Option link="0" />
309                        <Option target="Debug" />
310                        <Option target="Release" />
311                </Unit>
312                <Unit filename="..\include\OgreWin32Prerequisites.h">
313                        <Option compilerVar="" />
314                        <Option compile="0" />
315                        <Option link="0" />
316                        <Option target="Debug" />
317                        <Option target="Release" />
318                </Unit>
319                <Unit filename="..\include\OgreWin32RenderTexture.h">
320                        <Option compilerVar="" />
321                        <Option compile="0" />
322                        <Option link="0" />
323                        <Option target="Debug" />
324                        <Option target="Release" />
325                </Unit>
326                <Unit filename="..\include\OgreWin32Window.h">
327                        <Option compilerVar="" />
328                        <Option compile="0" />
329                        <Option link="0" />
330                        <Option target="Debug" />
331                        <Option target="Release" />
332                </Unit>
333                <Unit filename="..\misc\OgreGLEngine.def">
334                        <Option compilerVar="" />
335                        <Option compile="0" />
336                        <Option link="0" />
337                        <Option target="Debug" />
338                        <Option target="Release" />
339                </Unit>
340                <Unit filename="..\src\GLSL\src\OgreGLSLExtSupport.cpp">
341                        <Option compilerVar="CPP" />
342                        <Option target="Debug" />
343                        <Option target="Release" />
344                </Unit>
345                <Unit filename="..\src\GLSL\src\OgreGLSLGpuProgram.cpp">
346                        <Option compilerVar="CPP" />
347                        <Option target="Debug" />
348                        <Option target="Release" />
349                </Unit>
350                <Unit filename="..\src\GLSL\src\OgreGLSLLinkProgram.cpp">
351                        <Option compilerVar="CPP" />
352                        <Option target="Debug" />
353                        <Option target="Release" />
354                </Unit>
355                <Unit filename="..\src\GLSL\src\OgreGLSLLinkProgramManager.cpp">
356                        <Option compilerVar="CPP" />
357                        <Option target="Debug" />
358                        <Option target="Release" />
359                </Unit>
360                <Unit filename="..\src\GLSL\src\OgreGLSLProgram.cpp">
361                        <Option compilerVar="CPP" />
362                        <Option target="Debug" />
363                        <Option target="Release" />
364                </Unit>
365                <Unit filename="..\src\GLSL\src\OgreGLSLProgramFactory.cpp">
366                        <Option compilerVar="CPP" />
367                        <Option target="Debug" />
368                        <Option target="Release" />
369                </Unit>
370                <Unit filename="..\src\OgreGLATIFSInit.cpp">
371                        <Option compilerVar="CPP" />
372                        <Option target="Debug" />
373                        <Option target="Release" />
374                </Unit>
375                <Unit filename="..\src\OgreGLContext.cpp">
376                        <Option compilerVar="CPP" />
377                        <Option target="Debug" />
378                        <Option target="Release" />
379                </Unit>
380                <Unit filename="..\src\OgreGLDefaultHardwareBufferManager.cpp">
381                        <Option compilerVar="CPP" />
382                        <Option target="Debug" />
383                        <Option target="Release" />
384                </Unit>
385                <Unit filename="..\src\OgreGLEngineDll.cpp">
386                        <Option compilerVar="CPP" />
387                        <Option target="Debug" />
388                        <Option target="Release" />
389                </Unit>
390                <Unit filename="..\src\OgreGLFBOMultiRenderTarget.cpp">
391                        <Option compilerVar="CPP" />
392                        <Option target="Debug" />
393                        <Option target="Release" />
394                </Unit>
395                <Unit filename="..\src\OgreGLFBORenderTexture.cpp">
396                        <Option compilerVar="CPP" />
397                        <Option target="Debug" />
398                        <Option target="Release" />
399                </Unit>
400                <Unit filename="..\src\OgreGLFrameBufferObject.cpp">
401                        <Option compilerVar="CPP" />
402                        <Option target="Debug" />
403                        <Option target="Release" />
404                </Unit>
405                <Unit filename="..\src\OgreGLGpuNvparseProgram.cpp">
406                        <Option compilerVar="CPP" />
407                        <Option target="Debug" />
408                        <Option target="Release" />
409                </Unit>
410                <Unit filename="..\src\OgreGLGpuProgram.cpp">
411                        <Option compilerVar="CPP" />
412                        <Option target="Debug" />
413                        <Option target="Release" />
414                </Unit>
415                <Unit filename="..\src\OgreGLGpuProgramManager.cpp">
416                        <Option compilerVar="CPP" />
417                        <Option target="Debug" />
418                        <Option target="Release" />
419                </Unit>
420                <Unit filename="..\src\OgreGLHardwareBufferManager.cpp">
421                        <Option compilerVar="CPP" />
422                        <Option target="Debug" />
423                        <Option target="Release" />
424                </Unit>
425                <Unit filename="..\src\OgreGLHardwareIndexBuffer.cpp">
426                        <Option compilerVar="CPP" />
427                        <Option target="Debug" />
428                        <Option target="Release" />
429                </Unit>
430                <Unit filename="..\src\OgreGLHardwareOcclusionQuery.cpp">
431                        <Option compilerVar="CPP" />
432                        <Option target="Debug" />
433                        <Option target="Release" />
434                </Unit>
435                <Unit filename="..\src\OgreGLHardwarePixelBuffer.cpp">
436                        <Option compilerVar="CPP" />
437                        <Option target="Debug" />
438                        <Option target="Release" />
439                </Unit>
440                <Unit filename="..\src\OgreGLHardwareVertexBuffer.cpp">
441                        <Option compilerVar="CPP" />
442                        <Option target="Debug" />
443                        <Option target="Release" />
444                </Unit>
445                <Unit filename="..\src\OgreGLPBRenderTexture.cpp">
446                        <Option compilerVar="CPP" />
447                        <Option target="Debug" />
448                        <Option target="Release" />
449                </Unit>
450                <Unit filename="..\src\OgreGLPixelFormat.cpp">
451                        <Option compilerVar="CPP" />
452                        <Option target="Debug" />
453                        <Option target="Release" />
454                </Unit>
455                <Unit filename="..\src\OgreGLRenderSystem.cpp">
456                        <Option compilerVar="CPP" />
457                        <Option target="Debug" />
458                        <Option target="Release" />
459                </Unit>
460                <Unit filename="..\src\OgreGLRenderTexture.cpp">
461                        <Option compilerVar="CPP" />
462                        <Option target="Debug" />
463                        <Option target="Release" />
464                </Unit>
465                <Unit filename="..\src\OgreGLSupport.cpp">
466                        <Option compilerVar="CPP" />
467                        <Option target="Debug" />
468                        <Option target="Release" />
469                </Unit>
470                <Unit filename="..\src\OgreGLTexture.cpp">
471                        <Option compilerVar="CPP" />
472                        <Option target="Debug" />
473                        <Option target="Release" />
474                </Unit>
475                <Unit filename="..\src\OgreGLTextureManager.cpp">
476                        <Option compilerVar="CPP" />
477                        <Option target="Debug" />
478                        <Option target="Release" />
479                </Unit>
480                <Unit filename="..\src\OgreWin32GLSupport.cpp">
481                        <Option compilerVar="CPP" />
482                        <Option target="Debug" />
483                        <Option target="Release" />
484                </Unit>
485                <Unit filename="..\src\OgreWin32RenderTexture.cpp">
486                        <Option compilerVar="CPP" />
487                        <Option target="Debug" />
488                        <Option target="Release" />
489                </Unit>
490                <Unit filename="..\src\OgreWin32Window.cpp">
491                        <Option compilerVar="CPP" />
492                        <Option target="Debug" />
493                        <Option target="Release" />
494                </Unit>
495                <Unit filename="..\src\atifs\include\ATI_FS_GLGpuProgram.h">
496                        <Option compilerVar="" />
497                        <Option compile="0" />
498                        <Option link="0" />
499                        <Option target="Debug" />
500                        <Option target="Release" />
501                </Unit>
502                <Unit filename="..\src\atifs\include\Compiler2Pass.h">
503                        <Option compilerVar="" />
504                        <Option compile="0" />
505                        <Option link="0" />
506                        <Option target="Debug" />
507                        <Option target="Release" />
508                </Unit>
509                <Unit filename="..\src\atifs\include\ps_1_4.h">
510                        <Option compilerVar="" />
511                        <Option compile="0" />
512                        <Option link="0" />
513                        <Option target="Debug" />
514                        <Option target="Release" />
515                </Unit>
516                <Unit filename="..\src\atifs\src\ATI_FS_GLGpuProgram.cpp">
517                        <Option compilerVar="CPP" />
518                        <Option target="Debug" />
519                        <Option target="Release" />
520                </Unit>
521                <Unit filename="..\src\atifs\src\Compiler2Pass.cpp">
522                        <Option compilerVar="CPP" />
523                        <Option target="Debug" />
524                        <Option target="Release" />
525                </Unit>
526                <Unit filename="..\src\atifs\src\ps_1_4.cpp">
527                        <Option compilerVar="CPP" />
528                        <Option target="Debug" />
529                        <Option target="Release" />
530                </Unit>
531                <Unit filename="..\src\glew.cpp">
532                        <Option compilerVar="CPP" />
533                        <Option target="Debug" />
534                        <Option target="Release" />
535                </Unit>
536                <Unit filename="..\src\nvparse\_ps1.0_lexer.cpp">
537                        <Option compilerVar="CPP" />
538                        <Option target="Debug" />
539                        <Option target="Release" />
540                </Unit>
541                <Unit filename="..\src\nvparse\_ps1.0_parser.cpp">
542                        <Option compilerVar="CPP" />
543                        <Option target="Debug" />
544                        <Option target="Release" />
545                </Unit>
546                <Unit filename="..\src\nvparse\_ps1.0_parser.h">
547                        <Option compilerVar="" />
548                        <Option compile="0" />
549                        <Option link="0" />
550                        <Option target="Debug" />
551                        <Option target="Release" />
552                </Unit>
553                <Unit filename="..\src\nvparse\_rc1.0_lexer.cpp">
554                        <Option compilerVar="CPP" />
555                        <Option target="Debug" />
556                        <Option target="Release" />
557                </Unit>
558                <Unit filename="..\src\nvparse\_rc1.0_parser.cpp">
559                        <Option compilerVar="CPP" />
560                        <Option target="Debug" />
561                        <Option target="Release" />
562                </Unit>
563                <Unit filename="..\src\nvparse\_rc1.0_parser.h">
564                        <Option compilerVar="" />
565                        <Option compile="0" />
566                        <Option link="0" />
567                        <Option target="Debug" />
568                        <Option target="Release" />
569                </Unit>
570                <Unit filename="..\src\nvparse\_ts1.0_lexer.cpp">
571                        <Option compilerVar="CPP" />
572                        <Option target="Debug" />
573                        <Option target="Release" />
574                </Unit>
575                <Unit filename="..\src\nvparse\_ts1.0_parser.cpp">
576                        <Option compilerVar="CPP" />
577                        <Option target="Debug" />
578                        <Option target="Release" />
579                </Unit>
580                <Unit filename="..\src\nvparse\_ts1.0_parser.h">
581                        <Option compilerVar="" />
582                        <Option compile="0" />
583                        <Option link="0" />
584                        <Option target="Debug" />
585                        <Option target="Release" />
586                </Unit>
587                <Unit filename="..\src\nvparse\_vs1.0_lexer.cpp">
588                        <Option compilerVar="CPP" />
589                        <Option target="Debug" />
590                        <Option target="Release" />
591                </Unit>
592                <Unit filename="..\src\nvparse\_vs1.0_parser.cpp">
593                        <Option compilerVar="CPP" />
594                        <Option target="Debug" />
595                        <Option target="Release" />
596                </Unit>
597                <Unit filename="..\src\nvparse\_vs1.0_parser.h">
598                        <Option compilerVar="" />
599                        <Option compile="0" />
600                        <Option link="0" />
601                        <Option target="Debug" />
602                        <Option target="Release" />
603                </Unit>
604                <Unit filename="..\src\nvparse\avp1.0_impl.cpp">
605                        <Option compilerVar="CPP" />
606                        <Option target="Debug" />
607                        <Option target="Release" />
608                </Unit>
609                <Unit filename="..\src\nvparse\macro.h">
610                        <Option compilerVar="" />
611                        <Option compile="0" />
612                        <Option link="0" />
613                        <Option target="Debug" />
614                        <Option target="Release" />
615                </Unit>
616                <Unit filename="..\src\nvparse\nvparse.cpp">
617                        <Option compilerVar="CPP" />
618                        <Option target="Debug" />
619                        <Option target="Release" />
620                </Unit>
621                <Unit filename="..\src\nvparse\nvparse.h">
622                        <Option compilerVar="" />
623                        <Option compile="0" />
624                        <Option link="0" />
625                        <Option target="Debug" />
626                        <Option target="Release" />
627                </Unit>
628                <Unit filename="..\src\nvparse\nvparse_errors.cpp">
629                        <Option compilerVar="CPP" />
630                        <Option target="Debug" />
631                        <Option target="Release" />
632                </Unit>
633                <Unit filename="..\src\nvparse\nvparse_errors.h">
634                        <Option compilerVar="" />
635                        <Option compile="0" />
636                        <Option link="0" />
637                        <Option target="Debug" />
638                        <Option target="Release" />
639                </Unit>
640                <Unit filename="..\src\nvparse\nvparse_externs.h">
641                        <Option compilerVar="" />
642                        <Option compile="0" />
643                        <Option link="0" />
644                        <Option target="Debug" />
645                        <Option target="Release" />
646                </Unit>
647                <Unit filename="..\src\nvparse\ps1.0_program.cpp">
648                        <Option compilerVar="CPP" />
649                        <Option target="Debug" />
650                        <Option target="Release" />
651                </Unit>
652                <Unit filename="..\src\nvparse\ps1.0_program.h">
653                        <Option compilerVar="" />
654                        <Option compile="0" />
655                        <Option link="0" />
656                        <Option target="Debug" />
657                        <Option target="Release" />
658                </Unit>
659                <Unit filename="..\src\nvparse\rc1.0_combiners.cpp">
660                        <Option compilerVar="CPP" />
661                        <Option target="Debug" />
662                        <Option target="Release" />
663                </Unit>
664                <Unit filename="..\src\nvparse\rc1.0_combiners.h">
665                        <Option compilerVar="" />
666                        <Option compile="0" />
667                        <Option link="0" />
668                        <Option target="Debug" />
669                        <Option target="Release" />
670                </Unit>
671                <Unit filename="..\src\nvparse\rc1.0_final.cpp">
672                        <Option compilerVar="CPP" />
673                        <Option target="Debug" />
674                        <Option target="Release" />
675                </Unit>
676                <Unit filename="..\src\nvparse\rc1.0_final.h">
677                        <Option compilerVar="" />
678                        <Option compile="0" />
679                        <Option link="0" />
680                        <Option target="Debug" />
681                        <Option target="Release" />
682                </Unit>
683                <Unit filename="..\src\nvparse\rc1.0_general.cpp">
684                        <Option compilerVar="CPP" />
685                        <Option target="Debug" />
686                        <Option target="Release" />
687                </Unit>
688                <Unit filename="..\src\nvparse\rc1.0_general.h">
689                        <Option compilerVar="" />
690                        <Option compile="0" />
691                        <Option link="0" />
692                        <Option target="Debug" />
693                        <Option target="Release" />
694                </Unit>
695                <Unit filename="..\src\nvparse\rc1.0_register.h">
696                        <Option compilerVar="" />
697                        <Option compile="0" />
698                        <Option link="0" />
699                        <Option target="Debug" />
700                        <Option target="Release" />
701                </Unit>
702                <Unit filename="..\src\nvparse\ts1.0_inst.cpp">
703                        <Option compilerVar="CPP" />
704                        <Option target="Debug" />
705                        <Option target="Release" />
706                </Unit>
707                <Unit filename="..\src\nvparse\ts1.0_inst.h">
708                        <Option compilerVar="" />
709                        <Option compile="0" />
710                        <Option link="0" />
711                        <Option target="Debug" />
712                        <Option target="Release" />
713                </Unit>
714                <Unit filename="..\src\nvparse\ts1.0_inst_list.cpp">
715                        <Option compilerVar="CPP" />
716                        <Option target="Debug" />
717                        <Option target="Release" />
718                </Unit>
719                <Unit filename="..\src\nvparse\ts1.0_inst_list.h">
720                        <Option compilerVar="" />
721                        <Option compile="0" />
722                        <Option link="0" />
723                        <Option target="Debug" />
724                        <Option target="Release" />
725                </Unit>
726                <Unit filename="..\src\nvparse\vcp1.0_impl.cpp">
727                        <Option compilerVar="CPP" />
728                        <Option target="Debug" />
729                        <Option target="Release" />
730                </Unit>
731                <Unit filename="..\src\nvparse\vp1.0_impl.cpp">
732                        <Option compilerVar="CPP" />
733                        <Option target="Debug" />
734                        <Option target="Release" />
735                </Unit>
736                <Unit filename="..\src\nvparse\vs1.0_inst.cpp">
737                        <Option compilerVar="CPP" />
738                        <Option target="Debug" />
739                        <Option target="Release" />
740                </Unit>
741                <Unit filename="..\src\nvparse\vs1.0_inst.h">
742                        <Option compilerVar="" />
743                        <Option compile="0" />
744                        <Option link="0" />
745                        <Option target="Debug" />
746                        <Option target="Release" />
747                </Unit>
748                <Unit filename="..\src\nvparse\vs1.0_inst_list.cpp">
749                        <Option compilerVar="CPP" />
750                        <Option target="Debug" />
751                        <Option target="Release" />
752                </Unit>
753                <Unit filename="..\src\nvparse\vs1.0_inst_list.h">
754                        <Option compilerVar="" />
755                        <Option compile="0" />
756                        <Option link="0" />
757                        <Option target="Debug" />
758                        <Option target="Release" />
759                </Unit>
760                <Unit filename="..\src\nvparse\vsp1.0_impl.cpp">
761                        <Option compilerVar="CPP" />
762                        <Option target="Debug" />
763                        <Option target="Release" />
764                </Unit>
765                <Unit filename="..\src\nvparse\winheaders\unistd.h">
766                        <Option compilerVar="" />
767                        <Option compile="0" />
768                        <Option link="0" />
769                        <Option target="Debug" />
770                        <Option target="Release" />
771                </Unit>
772                <Unit filename="..\src\win32\OgreWin32Context.cpp">
773                        <Option compilerVar="CPP" />
774                        <Option target="Debug" />
775                        <Option target="Release" />
776                </Unit>
777        </Project>
778</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.