[692] | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> |
---|
| 2 | <CodeBlocks_project_file> |
---|
| 3 | <FileVersion major="1" minor="3" /> |
---|
| 4 | <Project> |
---|
| 5 | <Option title="Demo_Water" /> |
---|
| 6 | <Option compiler="gcc" /> |
---|
| 7 | <Build> |
---|
| 8 | <Target title="Debug"> |
---|
| 9 | <Option output="..\..\Common\bin\Debug\Demo_Water.exe" /> |
---|
| 10 | <Option working_dir="..\..\Common\bin\Debug" /> |
---|
| 11 | <Option object_output="..\obj\Debug" /> |
---|
| 12 | <Option external_deps="..\..\..\OgreMain\lib\Debug\OgreMain_d.dll;" /> |
---|
| 13 | <Option type="0" /> |
---|
| 14 | <Option compiler="gcc" /> |
---|
| 15 | <Option includeInTargetAll="1" /> |
---|
| 16 | <Option projectResourceIncludeDirsRelation="0" /> |
---|
| 17 | <Compiler> |
---|
| 18 | <Add option="-Wall" /> |
---|
| 19 | <Add option="-g" /> |
---|
| 20 | <Add option="-DWIN32" /> |
---|
| 21 | <Add option="-D_DEBUG" /> |
---|
| 22 | <Add option="-D_WINDOWS" /> |
---|
| 23 | <Add option="-D_STLP_DEBUG" /> |
---|
| 24 | </Compiler> |
---|
| 25 | <Linker> |
---|
| 26 | <Add library="stlportstlg.5.0.dll" /> |
---|
| 27 | <Add library="OgreMain_d" /> |
---|
| 28 | </Linker> |
---|
| 29 | </Target> |
---|
| 30 | <Target title="Release"> |
---|
| 31 | <Option output="..\..\Common\bin\Release\Demo_Water.exe" /> |
---|
| 32 | <Option working_dir="..\..\Common\bin\Release" /> |
---|
| 33 | <Option object_output="..\obj\Release" /> |
---|
| 34 | <Option external_deps="..\..\..\OgreMain\lib\Release\libOgreMain.dll;" /> |
---|
| 35 | <Option type="0" /> |
---|
| 36 | <Option compiler="gcc" /> |
---|
| 37 | <Option includeInTargetAll="1" /> |
---|
| 38 | <Option projectResourceIncludeDirsRelation="0" /> |
---|
| 39 | <Compiler> |
---|
| 40 | <Add option="-O3" /> |
---|
| 41 | <Add option="-Wall" /> |
---|
| 42 | <Add option="-DWIN32" /> |
---|
| 43 | <Add option="-DNDEBUG" /> |
---|
| 44 | <Add option="-D_WINDOWS" /> |
---|
| 45 | </Compiler> |
---|
| 46 | <Linker> |
---|
| 47 | <Add option="-s" /> |
---|
| 48 | <Add library="stlport.5.0.dll" /> |
---|
| 49 | <Add library="OgreMain" /> |
---|
| 50 | </Linker> |
---|
| 51 | </Target> |
---|
| 52 | </Build> |
---|
| 53 | <Compiler> |
---|
| 54 | <Add option="-mthreads" /> |
---|
| 55 | <Add option="-fmessage-length=0" /> |
---|
| 56 | <Add option="-fexceptions" /> |
---|
| 57 | <Add option="-fident" /> |
---|
| 58 | <Add option="-D_STLP_NO_CUSTOM_IO" /> |
---|
| 59 | <Add option="-D_STLP_USE_DYNAMIC_LIB" /> |
---|
| 60 | <Add directory="$(#STLPORT_DIR)\stlport" /> |
---|
| 61 | <Add directory="..\include" /> |
---|
| 62 | <Add directory="..\..\Common\include" /> |
---|
| 63 | <Add directory="..\..\..\OgreMain\include" /> |
---|
| 64 | </Compiler> |
---|
| 65 | <Linker> |
---|
| 66 | <Add option="-Wl,--enable-auto-image-base" /> |
---|
| 67 | <Add option="-Wl,--add-stdcall-alias" /> |
---|
| 68 | <Add directory="$(#STLPORT_DIR)\lib" /> |
---|
| 69 | <Add directory="..\..\..\OgreMain\lib\$(TARGET_NAME)" /> |
---|
| 70 | </Linker> |
---|
| 71 | <Unit filename="..\include\WaterMesh.h"> |
---|
| 72 | <Option compilerVar="CPP" /> |
---|
| 73 | <Option compile="0" /> |
---|
| 74 | <Option link="0" /> |
---|
| 75 | <Option target="Debug" /> |
---|
| 76 | <Option target="Release" /> |
---|
| 77 | </Unit> |
---|
| 78 | <Unit filename="..\src\Water.cpp"> |
---|
| 79 | <Option compilerVar="CPP" /> |
---|
| 80 | <Option target="Debug" /> |
---|
| 81 | <Option target="Release" /> |
---|
| 82 | </Unit> |
---|
| 83 | <Unit filename="..\src\WaterMesh.cpp"> |
---|
| 84 | <Option compilerVar="CPP" /> |
---|
| 85 | <Option target="Debug" /> |
---|
| 86 | <Option target="Release" /> |
---|
| 87 | </Unit> |
---|
| 88 | </Project> |
---|
| 89 | </CodeBlocks_project_file> |
---|