[1] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
---|
| 2 | <CodeBlocks_project_file> |
---|
| 3 | <FileVersion major="1" minor="6" /> |
---|
| 4 | <Project> |
---|
| 5 | <Option title="Demo_Compositor" /> |
---|
| 6 | <Option platforms="Unix;" /> |
---|
| 7 | <Option compiler="gcc" /> |
---|
| 8 | <Build> |
---|
| 9 | <Target title="Debug"> |
---|
| 10 | <Option platforms="Unix;" /> |
---|
| 11 | <Option output="../../Common/bin/Debug/Demo_Compositor" prefix_auto="0" extension_auto="0" /> |
---|
| 12 | <Option working_dir="../../Common/bin/Debug/" /> |
---|
| 13 | <Option object_output="../obj/Debug" /> |
---|
| 14 | <Option external_deps="../../../lib/libOgreMain_d.so;" /> |
---|
| 15 | <Option type="0" /> |
---|
| 16 | <Option compiler="gcc" /> |
---|
| 17 | <Option projectResourceIncludeDirsRelation="1" /> |
---|
| 18 | <Compiler> |
---|
| 19 | <Add option="-g" /> |
---|
| 20 | <Add option="-DDEBUG" /> |
---|
| 21 | </Compiler> |
---|
| 22 | <Linker> |
---|
| 23 | <Add library="OgreMain_d" /> |
---|
| 24 | <Add library="OgreGUIRenderer_d" /> |
---|
| 25 | <Add library="CEGUIBase" /> |
---|
| 26 | <Add library="OIS" /> |
---|
| 27 | </Linker> |
---|
| 28 | </Target> |
---|
| 29 | <Target title="Release"> |
---|
| 30 | <Option platforms="Unix;" /> |
---|
| 31 | <Option output="../../Common/bin/Release/Demo_Compositor" prefix_auto="0" extension_auto="0" /> |
---|
| 32 | <Option working_dir="../../Common/bin/Release/" /> |
---|
| 33 | <Option object_output="../obj/Release" /> |
---|
| 34 | <Option external_deps="../../../lib/libOgreMain.so;" /> |
---|
| 35 | <Option type="0" /> |
---|
| 36 | <Option compiler="gcc" /> |
---|
| 37 | <Option projectResourceIncludeDirsRelation="1" /> |
---|
| 38 | <Compiler> |
---|
| 39 | <Add option="-O3" /> |
---|
| 40 | <Add option="-DNDEBUG" /> |
---|
| 41 | </Compiler> |
---|
| 42 | <Linker> |
---|
| 43 | <Add option="-s" /> |
---|
| 44 | <Add library="OgreMain" /> |
---|
| 45 | <Add library="OgreGUIRenderer" /> |
---|
| 46 | <Add library="CEGUIBase" /> |
---|
| 47 | <Add library="OIS" /> |
---|
| 48 | </Linker> |
---|
| 49 | </Target> |
---|
| 50 | </Build> |
---|
| 51 | <VirtualTargets> |
---|
| 52 | <Add alias="All" targets="Debug;Release;" /> |
---|
| 53 | </VirtualTargets> |
---|
| 54 | <Compiler> |
---|
| 55 | <Add option="-Wall" /> |
---|
| 56 | <Add option="-fmessage-length=0" /> |
---|
| 57 | <Add option="-fexceptions" /> |
---|
| 58 | <Add option="-fident" /> |
---|
| 59 | <Add option="-pipe" /> |
---|
| 60 | <Add option="-DHAVE_CONFIG_H" /> |
---|
| 61 | <Add directory="../include" /> |
---|
| 62 | <Add directory="../../Common/include" /> |
---|
| 63 | <Add directory="../../../OgreMain/include" /> |
---|
| 64 | <Add directory="$(#CEGUI)" /> |
---|
| 65 | <Add directory="../../Common/CEGUIRenderer/include" /> |
---|
| 66 | </Compiler> |
---|
| 67 | <Linker> |
---|
| 68 | <Add directory="../../Common/bin/$(TARGET_NAME)" /> |
---|
| 69 | <Add directory="/usr/local/lib" /> |
---|
| 70 | </Linker> |
---|
| 71 | <Unit filename="../include/Compositor.h" /> |
---|
| 72 | <Unit filename="../include/CompositorDemo_FrameListener.h" /> |
---|
| 73 | <Unit filename="../include/ItemSelectorViewManager.h" /> |
---|
| 74 | <Unit filename="../src/Compositor.cpp" /> |
---|
| 75 | <Unit filename="../src/CompositorDemo_FrameListener.cpp" /> |
---|
| 76 | <Unit filename="../src/ItemSelectorViewManager.cpp" /> |
---|
| 77 | <Extensions> |
---|
| 78 | <code_completion /> |
---|
| 79 | </Extensions> |
---|
| 80 | </Project> |
---|
| 81 | </CodeBlocks_project_file> |
---|