[657] | 1 | <?xml version="1.0"?> |
---|
| 2 | <!DOCTYPE CodeBlocks_project_file> |
---|
| 3 | <CodeBlocks_project_file> |
---|
| 4 | <FileVersion major="1" minor="1"/> |
---|
| 5 | <Project> |
---|
| 6 | <Option title="Demo_BspCollision"/> |
---|
| 7 | <Option makefile="Makefile"/> |
---|
| 8 | <Option makefile_is_custom="0"/> |
---|
| 9 | <Option active_target="0"/> |
---|
| 10 | <Option compiler="0"/> |
---|
| 11 | <Build> |
---|
| 12 | <Target title="Debug"> |
---|
| 13 | <Option output="..\..\..\Samples\Common\bin\Debug\Demo_BspCollision.exe"/> |
---|
| 14 | <Option working_dir="..\..\..\Samples\Common\bin\Debug"/> |
---|
| 15 | <Option object_output="..\obj\Debug"/> |
---|
| 16 | <Option deps_output=".deps"/> |
---|
| 17 | <Option type="1"/> |
---|
| 18 | <Option compiler="0"/> |
---|
| 19 | <Option projectResourceIncludeDirsRelation="1"/> |
---|
| 20 | <Compiler> |
---|
| 21 | <Add option="-W"/> |
---|
| 22 | <Add option="-g"/> |
---|
| 23 | <Add option="-DWIN32"/> |
---|
| 24 | <Add option="-D_DEBUG"/> |
---|
| 25 | <Add option="-D_WINDOWS"/> |
---|
| 26 | <Add directory="..\include"/> |
---|
| 27 | <Add directory="..\..\Common\include"/> |
---|
| 28 | <Add directory="..\..\..\OgreMain\include"/> |
---|
| 29 | <Add directory="..\..\..\Dependencies\include"/> |
---|
| 30 | <Add directory="..\..\ReferenceAppLayer\include"/> |
---|
| 31 | </Compiler> |
---|
| 32 | <Linker> |
---|
| 33 | <Add library="OgreMain_d"/> |
---|
| 34 | <Add library="ReferenceAppLayer"/> |
---|
| 35 | <Add directory="..\..\..\OgreMain\lib\Debug"/> |
---|
| 36 | <Add directory="..\..\Dependencies\lib\Debug"/> |
---|
| 37 | <Add directory="..\..\ReferenceAppLayer\lib\Debug"/> |
---|
| 38 | </Linker> |
---|
| 39 | </Target> |
---|
| 40 | <Target title="Release"> |
---|
| 41 | <Option output="..\..\..\Samples\Common\bin\Release\Demo_BspCollision.exe"/> |
---|
| 42 | <Option working_dir="..\..\..\Samples\Common\bin\Release"/> |
---|
| 43 | <Option object_output="..\obj\Release"/> |
---|
| 44 | <Option deps_output=".deps"/> |
---|
| 45 | <Option type="1"/> |
---|
| 46 | <Option compiler="0"/> |
---|
| 47 | <Option projectResourceIncludeDirsRelation="1"/> |
---|
| 48 | <Compiler> |
---|
| 49 | <Add option="-O3"/> |
---|
| 50 | <Add option="-W"/> |
---|
| 51 | <Add option="-DWIN32"/> |
---|
| 52 | <Add option="-DNDEBUG"/> |
---|
| 53 | <Add option="-D_WINDOWS"/> |
---|
| 54 | <Add directory="..\include"/> |
---|
| 55 | <Add directory="..\..\Common\include"/> |
---|
| 56 | <Add directory="..\..\..\OgreMain\include"/> |
---|
| 57 | <Add directory="..\..\..\Dependencies\include"/> |
---|
| 58 | <Add directory="..\..\ReferenceAppLayer\include"/> |
---|
| 59 | </Compiler> |
---|
| 60 | <Linker> |
---|
| 61 | <Add option="-s"/> |
---|
| 62 | <Add library="OgreMain"/> |
---|
| 63 | <Add library="ReferenceAppLayer"/> |
---|
| 64 | <Add directory="..\..\..\OgreMain\lib\Release"/> |
---|
| 65 | <Add directory="..\..\Dependencies\lib\Release"/> |
---|
| 66 | <Add directory="..\..\ReferenceAppLayer\lib\Release"/> |
---|
| 67 | </Linker> |
---|
| 68 | </Target> |
---|
| 69 | </Build> |
---|
| 70 | <Linker> |
---|
| 71 | <Add option="-Wl,--enable-runtime-pseudo-reloc"/> |
---|
| 72 | </Linker> |
---|
| 73 | <Unit filename="..\src\BspCollision.cpp"> |
---|
| 74 | <Option compilerVar="CPP"/> |
---|
| 75 | <Option target="Debug"/> |
---|
| 76 | <Option target="Release"/> |
---|
| 77 | </Unit> |
---|
| 78 | <Unit filename="..\..\Common\include\ExampleRefAppApplication.h"> |
---|
| 79 | <Option compilerVar=""/> |
---|
| 80 | <Option compile="0"/> |
---|
| 81 | <Option link="0"/> |
---|
| 82 | <Option target="Debug"/> |
---|
| 83 | <Option target="Release"/> |
---|
| 84 | </Unit> |
---|
| 85 | <Unit filename="..\..\Common\include\ExampleRefAppFrameListener.h"> |
---|
| 86 | <Option compilerVar=""/> |
---|
| 87 | <Option compile="0"/> |
---|
| 88 | <Option link="0"/> |
---|
| 89 | <Option target="Debug"/> |
---|
| 90 | <Option target="Release"/> |
---|
| 91 | </Unit> |
---|
| 92 | </Project> |
---|
| 93 | </CodeBlocks_project_file> |
---|