| 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="XMLConverter" /> |
|---|
| 6 | <Option pch_mode="0" /> |
|---|
| 7 | <Option default_target="" /> |
|---|
| 8 | <Option compiler="gcc" /> |
|---|
| 9 | <Option virtualFolders="" /> |
|---|
| 10 | <Build> |
|---|
| 11 | <Target title="Debug"> |
|---|
| 12 | <Option output="..\..\Common\bin\Debug\OgreXMLConverter.exe" /> |
|---|
| 13 | <Option working_dir="..\..\Common\bin\Debug" /> |
|---|
| 14 | <Option object_output="..\obj\Debug" /> |
|---|
| 15 | <Option type="1" /> |
|---|
| 16 | <Option compiler="gcc" /> |
|---|
| 17 | <Option projectResourceIncludeDirsRelation="1" /> |
|---|
| 18 | <Compiler> |
|---|
| 19 | <Add option="-g" /> |
|---|
| 20 | <Add option="-D_DEBUG" /> |
|---|
| 21 | </Compiler> |
|---|
| 22 | <Linker> |
|---|
| 23 | <Add library="OgreMain_d" /> |
|---|
| 24 | <Add library="stlportstlg.5.1" /> |
|---|
| 25 | </Linker> |
|---|
| 26 | </Target> |
|---|
| 27 | <Target title="Release"> |
|---|
| 28 | <Option output="..\..\Common\bin\Release\OgreXMLConverter.exe" /> |
|---|
| 29 | <Option working_dir="..\..\Common\bin\Release" /> |
|---|
| 30 | <Option object_output="..\obj\Release" /> |
|---|
| 31 | <Option type="1" /> |
|---|
| 32 | <Option compiler="gcc" /> |
|---|
| 33 | <Option projectResourceIncludeDirsRelation="1" /> |
|---|
| 34 | <Compiler> |
|---|
| 35 | <Add option="-O3" /> |
|---|
| 36 | <Add option="-DNDEBUG" /> |
|---|
| 37 | </Compiler> |
|---|
| 38 | <Linker> |
|---|
| 39 | <Add option="-s" /> |
|---|
| 40 | <Add library="OgreMain" /> |
|---|
| 41 | <Add library="stlport.5.1" /> |
|---|
| 42 | </Linker> |
|---|
| 43 | </Target> |
|---|
| 44 | </Build> |
|---|
| 45 | <VirtualTargets> |
|---|
| 46 | <Add alias="All" targets="Debug;Release;" /> |
|---|
| 47 | </VirtualTargets> |
|---|
| 48 | <Compiler> |
|---|
| 49 | <Add option="-Wall" /> |
|---|
| 50 | <Add option="-mthreads" /> |
|---|
| 51 | <Add option="-fmessage-length=0" /> |
|---|
| 52 | <Add option="-fexceptions" /> |
|---|
| 53 | <Add option="-fident" /> |
|---|
| 54 | <Add option="-D_STLP_NO_CUSTOM_IO" /> |
|---|
| 55 | <Add option="-DWIN32" /> |
|---|
| 56 | <Add option="-D_WINDOWS" /> |
|---|
| 57 | <Add option="-DTIXML_USE_STL" /> |
|---|
| 58 | <Add directory="$(#STLPORT_DIR)\stlport" /> |
|---|
| 59 | <Add directory="..\include" /> |
|---|
| 60 | <Add directory="..\..\..\OgreMain\include" /> |
|---|
| 61 | </Compiler> |
|---|
| 62 | <Linker> |
|---|
| 63 | <Add option="-Wl,--enable-auto-image-base" /> |
|---|
| 64 | <Add option="-Wl,--add-stdcall-alias" /> |
|---|
| 65 | <Add directory="..\..\Common\bin\$(TARGET_NAME)" /> |
|---|
| 66 | </Linker> |
|---|
| 67 | <Unit filename="..\include\OgreXMLMeshSerializer.h"> |
|---|
| 68 | <Option compilerVar="" /> |
|---|
| 69 | <Option compile="0" /> |
|---|
| 70 | <Option link="0" /> |
|---|
| 71 | <Option target="Debug" /> |
|---|
| 72 | <Option target="Release" /> |
|---|
| 73 | </Unit> |
|---|
| 74 | <Unit filename="..\include\OgreXMLPrerequisites.h"> |
|---|
| 75 | <Option compilerVar="" /> |
|---|
| 76 | <Option compile="0" /> |
|---|
| 77 | <Option link="0" /> |
|---|
| 78 | <Option target="Debug" /> |
|---|
| 79 | <Option target="Release" /> |
|---|
| 80 | </Unit> |
|---|
| 81 | <Unit filename="..\include\OgreXMLSkeletonSerializer.h"> |
|---|
| 82 | <Option compilerVar="" /> |
|---|
| 83 | <Option compile="0" /> |
|---|
| 84 | <Option link="0" /> |
|---|
| 85 | <Option target="Debug" /> |
|---|
| 86 | <Option target="Release" /> |
|---|
| 87 | </Unit> |
|---|
| 88 | <Unit filename="..\include\tinystr.h"> |
|---|
| 89 | <Option compilerVar="" /> |
|---|
| 90 | <Option compile="0" /> |
|---|
| 91 | <Option link="0" /> |
|---|
| 92 | <Option target="Debug" /> |
|---|
| 93 | <Option target="Release" /> |
|---|
| 94 | </Unit> |
|---|
| 95 | <Unit filename="..\include\tinyxml.h"> |
|---|
| 96 | <Option compilerVar="" /> |
|---|
| 97 | <Option compile="0" /> |
|---|
| 98 | <Option link="0" /> |
|---|
| 99 | <Option target="Debug" /> |
|---|
| 100 | <Option target="Release" /> |
|---|
| 101 | </Unit> |
|---|
| 102 | <Unit filename="..\src\OgreXMLMeshSerializer.cpp"> |
|---|
| 103 | <Option compilerVar="CPP" /> |
|---|
| 104 | <Option target="Debug" /> |
|---|
| 105 | <Option target="Release" /> |
|---|
| 106 | </Unit> |
|---|
| 107 | <Unit filename="..\src\OgreXMLSkeletonSerializer.cpp"> |
|---|
| 108 | <Option compilerVar="CPP" /> |
|---|
| 109 | <Option target="Debug" /> |
|---|
| 110 | <Option target="Release" /> |
|---|
| 111 | </Unit> |
|---|
| 112 | <Unit filename="..\src\main.cpp"> |
|---|
| 113 | <Option compilerVar="CPP" /> |
|---|
| 114 | <Option target="Debug" /> |
|---|
| 115 | <Option target="Release" /> |
|---|
| 116 | </Unit> |
|---|
| 117 | <Unit filename="..\src\tinystr.cpp"> |
|---|
| 118 | <Option compilerVar="CPP" /> |
|---|
| 119 | <Option target="Debug" /> |
|---|
| 120 | <Option target="Release" /> |
|---|
| 121 | </Unit> |
|---|
| 122 | <Unit filename="..\src\tinyxml.cpp"> |
|---|
| 123 | <Option compilerVar="CPP" /> |
|---|
| 124 | <Option target="Debug" /> |
|---|
| 125 | <Option target="Release" /> |
|---|
| 126 | </Unit> |
|---|
| 127 | <Unit filename="..\src\tinyxmlerror.cpp"> |
|---|
| 128 | <Option compilerVar="CPP" /> |
|---|
| 129 | <Option target="Debug" /> |
|---|
| 130 | <Option target="Release" /> |
|---|
| 131 | </Unit> |
|---|
| 132 | <Unit filename="..\src\tinyxmlparser.cpp"> |
|---|
| 133 | <Option compilerVar="CPP" /> |
|---|
| 134 | <Option target="Debug" /> |
|---|
| 135 | <Option target="Release" /> |
|---|
| 136 | </Unit> |
|---|
| 137 | <Extensions /> |
|---|
| 138 | </Project> |
|---|
| 139 | </CodeBlocks_project_file> |
|---|