Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/RenderSystems/GL/scripts/RenderSystem_GL_stlp.cbp @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

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