source: OGRE/trunk/ogrenew/Samples/RenderToTexture/scripts/Demo_RenderToTexture.cbp @ 657

Revision 657, 2.3 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="Demo_RenderToTexture"/>
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\Demo_RenderToTexture.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="-frtti"/>
24                                        <Add option="-DWIN32"/>
25                                        <Add option="-D_DEBUG"/>
26                                        <Add option="-D_WINDOWS"/>
27                                        <Add directory="..\include"/>
28                                        <Add directory="..\..\Common\include"/>
29                                        <Add directory="..\..\..\OgreMain\include"/>
30                                </Compiler>
31                                <Linker>
32                                        <Add library="OgreMain_d"/>
33                                        <Add directory="..\..\..\OgreMain\lib\Debug"/>
34                                </Linker>
35                                <ExtraCommands>
36                                        <Add after="cp ..\bin\Debug\Demo_RenderToTexture.exe ..\..\Common\Bin\Debug"/>
37                                </ExtraCommands>
38                        </Target>
39                        <Target title="Release">
40                                <Option output="..\bin\Release\Demo_RenderToTexture.exe"/>
41                                <Option working_dir="..\..\Common\bin\Release\"/>
42                                <Option object_output="..\obj\Release"/>
43                                <Option deps_output=".deps"/>
44                                <Option type="1"/>
45                                <Option compiler="0"/>
46                                <Option projectResourceIncludeDirsRelation="1"/>
47                                <Compiler>
48                                        <Add option="-O3"/>
49                                        <Add option="-W"/>
50                                        <Add option="-frtti"/>
51                                        <Add option="-DWIN32"/>
52                                        <Add option="-DNDEBUG"/>
53                                        <Add option="-D_WINDOWS"/>
54                                        <Add directory="..\include"/>
55                                        <Add directory="..\..\Common\include"/>
56                                        <Add directory="..\..\..\OgreMain\include"/>
57                                </Compiler>
58                                <Linker>
59                                        <Add option="-s"/>
60                                        <Add library="OgreMain"/>
61                                        <Add directory="..\..\..\OgreMain\lib\Release"/>
62                                </Linker>
63                                <ExtraCommands>
64                                        <Add after="cp ..\bin\Release\Demo_RenderToTexture.exe ..\..\Common\Bin\Release"/>
65                                </ExtraCommands>
66                        </Target>
67                </Build>
68                <Linker>
69                        <Add option="-Wl,--enable-runtime-pseudo-reloc"/>
70                </Linker>
71                <Unit filename="..\src\RenderToTexture.cpp">
72                        <Option compilerVar="CPP"/>
73                        <Option target="Debug"/>
74                        <Option target="Release"/>
75                </Unit>
76        </Project>
77</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.