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

Revision 692, 2.9 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="3" />
4        <Project>
5                <Option title="Demo_BSP" />
6                <Option pch_mode="0" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\bin\Debug\Demo_BSP.exe" />
11                                <Option working_dir="..\..\Common\bin\Debug\" />
12                                <Option object_output="..\obj\Debug" />
13                                <Option type="1" />
14                                <Option compiler="gcc" />
15                                <Option includeInTargetAll="1" />
16                                <Option projectResourceIncludeDirsRelation="1" />
17                                <Compiler>
18                                        <Add option="-W" />
19                                        <Add option="-g" />
20                                        <Add option="-DWIN32" />
21                                        <Add option="-D_DEBUG" />
22                                        <Add option="-D_WINDOWS" />
23                                        <Add directory="..\include" />
24                                        <Add directory="..\..\Common\include" />
25                                        <Add directory="..\..\..\OgreMain\include" />
26                                        <Add directory="..\..\..\PlugIns\BSPSceneManager\include" />
27                                </Compiler>
28                                <Linker>
29                                        <Add library="OgreMain_d" />
30                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
31                                </Linker>
32                                <ExtraCommands>
33                                        <Add after="cp.exe ..\bin\Debug\Demo_BSP.exe ..\..\Common\Bin\Debug" />
34                                </ExtraCommands>
35                        </Target>
36                        <Target title="Release">
37                                <Option output="..\bin\Release\Demo_BSP.exe" />
38                                <Option working_dir="..\..\Common\bin\Release\" />
39                                <Option object_output="..\obj\Release" />
40                                <Option type="1" />
41                                <Option compiler="gcc" />
42                                <Option includeInTargetAll="1" />
43                                <Option projectResourceIncludeDirsRelation="1" />
44                                <Compiler>
45                                        <Add option="-O3" />
46                                        <Add option="-W" />
47                                        <Add option="-DWIN32" />
48                                        <Add option="-DNDEBUG" />
49                                        <Add option="-D_WINDOWS" />
50                                        <Add directory="..\include" />
51                                        <Add directory="..\..\Common\include" />
52                                        <Add directory="..\..\..\OgreMain\include" />
53                                </Compiler>
54                                <Linker>
55                                        <Add option="-s" />
56                                        <Add library="OgreMain" />
57                                        <Add directory="..\..\..\OgreMain\lib\Release" />
58                                </Linker>
59                                <ExtraCommands>
60                                        <Add after="cp.exe ..\bin\Release\Demo_BSP.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="..\..\Common\include\ExampleApplication.h">
68                        <Option compilerVar="" />
69                        <Option compile="0" />
70                        <Option link="0" />
71                        <Option target="Debug" />
72                        <Option target="Release" />
73                </Unit>
74                <Unit filename="..\..\Common\include\ExampleFrameListener.h">
75                        <Option compilerVar="" />
76                        <Option compile="0" />
77                        <Option link="0" />
78                        <Option target="Debug" />
79                        <Option target="Release" />
80                </Unit>
81                <Unit filename="..\..\Common\include\ExampleLoadingBar.h">
82                        <Option compilerVar="" />
83                        <Option compile="0" />
84                        <Option link="0" />
85                        <Option target="Debug" />
86                        <Option target="Release" />
87                </Unit>
88                <Unit filename="..\src\BSP.cpp">
89                        <Option compilerVar="CPP" />
90                        <Option target="Debug" />
91                        <Option target="Release" />
92                </Unit>
93        </Project>
94</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.