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

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