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="XMLConverter" /> |
---|
6 | <Option pch_mode="0" /> |
---|
7 | <Option compiler="gcc" /> |
---|
8 | <Build> |
---|
9 | <Target title="Debug"> |
---|
10 | <Option output="..\bin\Debug\OgreXMLConverter.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\OgreXMLConverter.exe ..\..\Common\bin\Debug" /> |
---|
32 | </ExtraCommands> |
---|
33 | </Target> |
---|
34 | <Target title="Release"> |
---|
35 | <Option output="..\bin\Release\OgreXMLConverter.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\OgreXMLConverter.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="..\include\OgreXMLMeshSerializer.h"> |
---|
65 | <Option compilerVar="" /> |
---|
66 | <Option compile="0" /> |
---|
67 | <Option link="0" /> |
---|
68 | <Option target="Debug" /> |
---|
69 | <Option target="Release" /> |
---|
70 | </Unit> |
---|
71 | <Unit filename="..\include\OgreXMLPrerequisites.h"> |
---|
72 | <Option compilerVar="" /> |
---|
73 | <Option compile="0" /> |
---|
74 | <Option link="0" /> |
---|
75 | <Option target="Debug" /> |
---|
76 | <Option target="Release" /> |
---|
77 | </Unit> |
---|
78 | <Unit filename="..\include\OgreXMLSkeletonSerializer.h"> |
---|
79 | <Option compilerVar="" /> |
---|
80 | <Option compile="0" /> |
---|
81 | <Option link="0" /> |
---|
82 | <Option target="Debug" /> |
---|
83 | <Option target="Release" /> |
---|
84 | </Unit> |
---|
85 | <Unit filename="..\include\tinystr.h"> |
---|
86 | <Option compilerVar="" /> |
---|
87 | <Option compile="0" /> |
---|
88 | <Option link="0" /> |
---|
89 | <Option target="Debug" /> |
---|
90 | <Option target="Release" /> |
---|
91 | </Unit> |
---|
92 | <Unit filename="..\include\tinyxml.h"> |
---|
93 | <Option compilerVar="" /> |
---|
94 | <Option compile="0" /> |
---|
95 | <Option link="0" /> |
---|
96 | <Option target="Debug" /> |
---|
97 | <Option target="Release" /> |
---|
98 | </Unit> |
---|
99 | <Unit filename="..\src\OgreXMLMeshSerializer.cpp"> |
---|
100 | <Option compilerVar="CPP" /> |
---|
101 | <Option target="Debug" /> |
---|
102 | <Option target="Release" /> |
---|
103 | </Unit> |
---|
104 | <Unit filename="..\src\OgreXMLSkeletonSerializer.cpp"> |
---|
105 | <Option compilerVar="CPP" /> |
---|
106 | <Option target="Debug" /> |
---|
107 | <Option target="Release" /> |
---|
108 | </Unit> |
---|
109 | <Unit filename="..\src\main.cpp"> |
---|
110 | <Option compilerVar="CPP" /> |
---|
111 | <Option target="Debug" /> |
---|
112 | <Option target="Release" /> |
---|
113 | </Unit> |
---|
114 | <Unit filename="..\src\tinystr.cpp"> |
---|
115 | <Option compilerVar="CPP" /> |
---|
116 | <Option target="Debug" /> |
---|
117 | <Option target="Release" /> |
---|
118 | </Unit> |
---|
119 | <Unit filename="..\src\tinyxml.cpp"> |
---|
120 | <Option compilerVar="CPP" /> |
---|
121 | <Option target="Debug" /> |
---|
122 | <Option target="Release" /> |
---|
123 | </Unit> |
---|
124 | <Unit filename="..\src\tinyxmlerror.cpp"> |
---|
125 | <Option compilerVar="CPP" /> |
---|
126 | <Option target="Debug" /> |
---|
127 | <Option target="Release" /> |
---|
128 | </Unit> |
---|
129 | <Unit filename="..\src\tinyxmlparser.cpp"> |
---|
130 | <Option compilerVar="CPP" /> |
---|
131 | <Option target="Debug" /> |
---|
132 | <Option target="Release" /> |
---|
133 | </Unit> |
---|
134 | </Project> |
---|
135 | </CodeBlocks_project_file> |
---|