Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogre/Tools/XMLConverter/scripts/XMLConverter.cbp @ 15

Last change on this file since 15 was 6, checked in by anonymous, 17 years ago

=…

File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="6" />
4        <Project>
5                <Option title="XMLConverter" />
6                <Option pch_mode="0" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\..\Common\bin\debug\OgreXMLConverter.exe" prefix_auto="0" extension_auto="0" />
11                                <Option working_dir="..\..\Common\bin\Debug" />
12                                <Option object_output="..\obj\Debug" />
13                                <Option type="1" />
14                                <Option compiler="gcc" />
15                                <Option projectResourceIncludeDirsRelation="1" />
16                                <Compiler>
17                                        <Add option="-g" />
18                                </Compiler>
19                                <Linker>
20                                        <Add library="OgreMain_d" />
21                                </Linker>
22                        </Target>
23                        <Target title="Release">
24                                <Option output="..\..\Common\bin\Release\OgreXMLConverter.exe" prefix_auto="0" extension_auto="0" />
25                                <Option working_dir="..\..\Common\bin\Release" />
26                                <Option object_output="..\obj\Release" />
27                                <Option type="1" />
28                                <Option compiler="gcc" />
29                                <Option projectResourceIncludeDirsRelation="1" />
30                                <Compiler>
31                                        <Add option="-O3" />
32                                </Compiler>
33                                <Linker>
34                                        <Add option="-s" />
35                                        <Add library="OgreMain" />
36                                </Linker>
37                        </Target>
38                </Build>
39                <VirtualTargets>
40                        <Add alias="All" targets="Debug;Release;" />
41                </VirtualTargets>
42                <Compiler>
43                        <Add option="-Wall" />
44                        <Add option="-mthreads" />
45                        <Add option="-fmessage-length=0" />
46                        <Add option="-fexceptions" />
47                        <Add option="-fident" />
48                        <Add option="-pipe" />
49                        <Add option="-DTIXML_USE_STL" />
50                        <Add directory="..\include" />
51                        <Add directory="..\..\..\OgreMain\include" />
52                </Compiler>
53                <Linker>
54                        <Add option="-Wl,--enable-auto-image-base" />
55                        <Add option="-Wl,--add-stdcall-alias" />
56                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
57                </Linker>
58                <Unit filename="..\include\OgreXMLMeshSerializer.h" />
59                <Unit filename="..\include\OgreXMLPrerequisites.h" />
60                <Unit filename="..\include\OgreXMLSkeletonSerializer.h" />
61                <Unit filename="..\include\tinystr.h" />
62                <Unit filename="..\include\tinyxml.h" />
63                <Unit filename="..\src\OgreXMLMeshSerializer.cpp" />
64                <Unit filename="..\src\OgreXMLSkeletonSerializer.cpp" />
65                <Unit filename="..\src\main.cpp" />
66                <Unit filename="..\src\tinystr.cpp" />
67                <Unit filename="..\src\tinyxml.cpp" />
68                <Unit filename="..\src\tinyxmlerror.cpp" />
69                <Unit filename="..\src\tinyxmlparser.cpp" />
70                <Extensions>
71                        <code_completion />
72                </Extensions>
73        </Project>
74</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.