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="MeshUpgrader" /> |
---|
6 | <Option pch_mode="0" /> |
---|
7 | <Option compiler="gcc" /> |
---|
8 | <Build> |
---|
9 | <Target title="Debug"> |
---|
10 | <Option output="..\bin\Debug\OgreMeshUpgrader.exe" /> |
---|
11 | <Option working_dir="..\..\Common\bin\Debug" /> |
---|
12 | <Option object_output="..\obj\Debug" /> |
---|
13 | <Option type="1" /> |
---|
14 | <Option compiler="gcc" /> |
---|
15 | <Option includeInTargetAll="1" /> |
---|
16 | <Option projectResourceIncludeDirsRelation="1" /> |
---|
17 | <Compiler> |
---|
18 | <Add option="-W" /> |
---|
19 | <Add option="-g" /> |
---|
20 | <Add option="-DTIXML_USE_STL" /> |
---|
21 | <Add directory="..\include" /> |
---|
22 | <Add directory="..\..\..\OgreMain\include" /> |
---|
23 | <Add directory="..\..\..\Dependencies\include" /> |
---|
24 | </Compiler> |
---|
25 | <Linker> |
---|
26 | <Add library="OgreMain_d" /> |
---|
27 | <Add directory="..\..\..\OgreMain\lib\Debug" /> |
---|
28 | <Add directory="..\..\..\Dependencies\lib\Debug" /> |
---|
29 | </Linker> |
---|
30 | <ExtraCommands> |
---|
31 | <Add after="cp ..\bin\Debug\OgreMeshUpgrader.exe ..\..\Common\bin\Debug" /> |
---|
32 | </ExtraCommands> |
---|
33 | </Target> |
---|
34 | <Target title="Release"> |
---|
35 | <Option output="..\bin\Release\OgreMeshUpgrader.exe" /> |
---|
36 | <Option working_dir="..\..\Common\bin\Release" /> |
---|
37 | <Option object_output="..\obj\Release" /> |
---|
38 | <Option type="1" /> |
---|
39 | <Option compiler="gcc" /> |
---|
40 | <Option includeInTargetAll="1" /> |
---|
41 | <Option projectResourceIncludeDirsRelation="1" /> |
---|
42 | <Compiler> |
---|
43 | <Add option="-O3" /> |
---|
44 | <Add option="-W" /> |
---|
45 | <Add option="-DTIXML_USE_STL" /> |
---|
46 | <Add directory="..\include" /> |
---|
47 | <Add directory="..\..\..\OgreMain\include" /> |
---|
48 | <Add directory="..\..\..\Dependencies\include" /> |
---|
49 | </Compiler> |
---|
50 | <Linker> |
---|
51 | <Add option="-s" /> |
---|
52 | <Add library="OgreMain" /> |
---|
53 | <Add directory="..\..\..\OgreMain\lib\Release" /> |
---|
54 | <Add directory="..\..\..\Dependencies\lib\Release" /> |
---|
55 | </Linker> |
---|
56 | <ExtraCommands> |
---|
57 | <Add after="cp ..\bin\Release\OgreMeshUpgrader.exe ..\..\Common\bin\Release" /> |
---|
58 | </ExtraCommands> |
---|
59 | </Target> |
---|
60 | </Build> |
---|
61 | <Linker> |
---|
62 | <Add option="-Wl,--enable-runtime-pseudo-reloc" /> |
---|
63 | </Linker> |
---|
64 | <Unit filename="..\src\main.cpp"> |
---|
65 | <Option compilerVar="CPP" /> |
---|
66 | <Option target="Debug" /> |
---|
67 | <Option target="Release" /> |
---|
68 | </Unit> |
---|
69 | </Project> |
---|
70 | </CodeBlocks_project_file> |
---|