source: OGRE/trunk/ogrenew/Tools/MeshUpgrader/scripts/MeshUpgrader.cbp @ 690

Revision 690, 2.3 KB checked in by mattausch, 18 years ago (diff)

added ogre 1.07 main

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="MeshUpgrader"/>
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\OgreMeshUpgrader.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\OgreMeshUpgrader.exe ..\..\Common\bin\Debug"/>
35                                </ExtraCommands>
36                        </Target>
37                        <Target title="Release">
38                                <Option output="..\bin\Release\OgreMeshUpgrader.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\OgreMeshUpgrader.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="..\src\main.cpp">
68                        <Option compilerVar="CPP"/>
69                        <Option target="Debug"/>
70                        <Option target="Release"/>
71                </Unit>
72        </Project>
73</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.