source: OGRE/trunk/ogrenew/Samples/BSP/scripts/Demo_BSP.cbp @ 657

Revision 657, 2.9 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_BSP"/>
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_BSP.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                                        <Add directory="..\..\..\PlugIns\BSPSceneManager\include"/>
30                                </Compiler>
31                                <Linker>
32                                        <Add library="OgreMain_d"/>
33                                        <Add directory="..\..\..\OgreMain\lib\Debug"/>
34                                </Linker>
35                                <ExtraCommands>
36                                        <Add after="cp.exe ..\bin\Debug\Demo_BSP.exe ..\..\Common\Bin\Debug"/>
37                                </ExtraCommands>
38                        </Target>
39                        <Target title="Release">
40                                <Option output="..\bin\Release\Demo_BSP.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="-DWIN32"/>
51                                        <Add option="-DNDEBUG"/>
52                                        <Add option="-D_WINDOWS"/>
53                                        <Add directory="..\include"/>
54                                        <Add directory="..\..\Common\include"/>
55                                        <Add directory="..\..\..\OgreMain\include"/>
56                                </Compiler>
57                                <Linker>
58                                        <Add option="-s"/>
59                                        <Add library="OgreMain"/>
60                                        <Add directory="..\..\..\OgreMain\lib\Release"/>
61                                </Linker>
62                                <ExtraCommands>
63                                        <Add after="cp.exe ..\bin\Release\Demo_BSP.exe ..\..\Common\Bin\Release"/>
64                                </ExtraCommands>
65                        </Target>
66                </Build>
67                <Linker>
68                        <Add option="-Wl,--enable-runtime-pseudo-reloc"/>
69                </Linker>
70                <Unit filename="..\src\BSP.cpp">
71                        <Option compilerVar="CPP"/>
72                        <Option target="Debug"/>
73                        <Option target="Release"/>
74                </Unit>
75                <Unit filename="..\..\Common\include\ExampleApplication.h">
76                        <Option compilerVar=""/>
77                        <Option compile="0"/>
78                        <Option link="0"/>
79                        <Option target="Debug"/>
80                        <Option target="Release"/>
81                </Unit>
82                <Unit filename="..\..\Common\include\ExampleFrameListener.h">
83                        <Option compilerVar=""/>
84                        <Option compile="0"/>
85                        <Option link="0"/>
86                        <Option target="Debug"/>
87                        <Option target="Release"/>
88                </Unit>
89                <Unit filename="..\..\Common\include\ExampleLoadingBar.h">
90                        <Option compilerVar=""/>
91                        <Option compile="0"/>
92                        <Option link="0"/>
93                        <Option target="Debug"/>
94                        <Option target="Release"/>
95                </Unit>
96        </Project>
97</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.