source: OGRE/trunk/ogrenew/Tools/XMLConverter/scripts/XMLConverter.cbp @ 657

Revision 657, 4.1 KB checked in by mattausch, 19 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
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="XMLConverter"/>
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\OgreXMLConverter.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\OgreXMLConverter.exe ..\..\Common\bin\Debug"/>
35                                </ExtraCommands>
36                        </Target>
37                        <Target title="Release">
38                                <Option output="..\bin\Release\OgreXMLConverter.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\OgreXMLConverter.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\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        </Project>
138</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.