[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="MaterialUpgrader"/> |
---|
| 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="..\bin\Debug\OgreMaterialUpgrader.exe"/> |
---|
| 14 | <Option working_dir="..\..\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="-DTIXML_USE_STL"/> |
---|
| 24 | <Add directory="..\include"/> |
---|
| 25 | <Add directory="..\..\..\OgreMain\include"/> |
---|
| 26 | <Add directory="..\..\..\Dependencies\include"/> |
---|
| 27 | </Compiler> |
---|
| 28 | <Linker> |
---|
| 29 | <Add library="OgreMain_d"/> |
---|
| 30 | <Add directory="..\..\..\OgreMain\lib\Debug"/> |
---|
| 31 | <Add directory="..\..\..\Dependencies\lib\Debug"/> |
---|
| 32 | </Linker> |
---|
| 33 | <ExtraCommands> |
---|
| 34 | <Add after="cp ..\bin\Debug\OgreMaterialUpgrader.exe ..\..\Common\bin\Debug"/> |
---|
| 35 | </ExtraCommands> |
---|
| 36 | </Target> |
---|
| 37 | <Target title="Release"> |
---|
| 38 | <Option output="..\bin\Release\OgreMaterialUpgrader.exe"/> |
---|
| 39 | <Option working_dir="..\..\Common\bin\Release"/> |
---|
| 40 | <Option object_output="..\obj\Release"/> |
---|
| 41 | <Option deps_output=".deps"/> |
---|
| 42 | <Option type="1"/> |
---|
| 43 | <Option compiler="0"/> |
---|
| 44 | <Option projectResourceIncludeDirsRelation="1"/> |
---|
| 45 | <Compiler> |
---|
| 46 | <Add option="-O3"/> |
---|
| 47 | <Add option="-W"/> |
---|
| 48 | <Add option="-DTIXML_USE_STL"/> |
---|
| 49 | <Add directory="..\include"/> |
---|
| 50 | <Add directory="..\..\..\OgreMain\include"/> |
---|
| 51 | <Add directory="..\..\..\Dependencies\include"/> |
---|
| 52 | </Compiler> |
---|
| 53 | <Linker> |
---|
| 54 | <Add option="-s"/> |
---|
| 55 | <Add library="OgreMain"/> |
---|
| 56 | <Add directory="..\..\..\OgreMain\lib\Release"/> |
---|
| 57 | <Add directory="..\..\..\Dependencies\lib\Release"/> |
---|
| 58 | </Linker> |
---|
| 59 | <ExtraCommands> |
---|
| 60 | <Add after="cp ..\bin\Release\OgreMaterialUpgrader.exe ..\..\Common\bin\Release"/> |
---|
| 61 | </ExtraCommands> |
---|
| 62 | </Target> |
---|
| 63 | </Build> |
---|
| 64 | <Linker> |
---|
| 65 | <Add option="-Wl,--enable-runtime-pseudo-reloc"/> |
---|
| 66 | </Linker> |
---|
| 67 | <Unit filename="..\include\OldMaterialReader.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="..\src\OldMaterialReader.cpp"> |
---|
| 75 | <Option compilerVar="CPP"/> |
---|
| 76 | <Option target="Debug"/> |
---|
| 77 | <Option target="Release"/> |
---|
| 78 | </Unit> |
---|
| 79 | <Unit filename="..\src\main.cpp"> |
---|
| 80 | <Option compilerVar="CPP"/> |
---|
| 81 | <Option target="Debug"/> |
---|
| 82 | <Option target="Release"/> |
---|
| 83 | </Unit> |
---|
| 84 | </Project> |
---|
| 85 | </CodeBlocks_project_file> |
---|