source: OGRE/trunk/ogrenew/Samples/Lighting/scripts/Demo_Lighting.cbp @ 657

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