source: OGRE/trunk/ogrenew/ReferenceApplication/BspCollision/scripts/BspCollision.cbp @ 692

Revision 692, 3.0 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_BspCollision" />
6                <Option pch_mode="0" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\..\..\Samples\Common\bin\Debug\Demo_BspCollision.exe" />
11                                <Option working_dir="..\..\..\Samples\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="..\..\..\Dependencies\include" />
27                                        <Add directory="..\..\ReferenceAppLayer\include" />
28                                </Compiler>
29                                <Linker>
30                                        <Add library="OgreMain_d" />
31                                        <Add library="ReferenceAppLayer" />
32                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
33                                        <Add directory="..\..\Dependencies\lib\Debug" />
34                                        <Add directory="..\..\ReferenceAppLayer\lib\Debug" />
35                                </Linker>
36                        </Target>
37                        <Target title="Release">
38                                <Option output="..\..\..\Samples\Common\bin\Release\Demo_BspCollision.exe" />
39                                <Option working_dir="..\..\..\Samples\Common\bin\Release" />
40                                <Option object_output="..\obj\Release" />
41                                <Option type="1" />
42                                <Option compiler="gcc" />
43                                <Option includeInTargetAll="1" />
44                                <Option projectResourceIncludeDirsRelation="1" />
45                                <Compiler>
46                                        <Add option="-O3" />
47                                        <Add option="-W" />
48                                        <Add option="-DWIN32" />
49                                        <Add option="-DNDEBUG" />
50                                        <Add option="-D_WINDOWS" />
51                                        <Add directory="..\include" />
52                                        <Add directory="..\..\Common\include" />
53                                        <Add directory="..\..\..\OgreMain\include" />
54                                        <Add directory="..\..\..\Dependencies\include" />
55                                        <Add directory="..\..\ReferenceAppLayer\include" />
56                                </Compiler>
57                                <Linker>
58                                        <Add option="-s" />
59                                        <Add library="OgreMain" />
60                                        <Add library="ReferenceAppLayer" />
61                                        <Add directory="..\..\..\OgreMain\lib\Release" />
62                                        <Add directory="..\..\Dependencies\lib\Release" />
63                                        <Add directory="..\..\ReferenceAppLayer\lib\Release" />
64                                </Linker>
65                        </Target>
66                </Build>
67                <Linker>
68                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
69                </Linker>
70                <Unit filename="..\..\Common\include\ExampleRefAppApplication.h">
71                        <Option compilerVar="" />
72                        <Option compile="0" />
73                        <Option link="0" />
74                        <Option target="Debug" />
75                        <Option target="Release" />
76                </Unit>
77                <Unit filename="..\..\Common\include\ExampleRefAppFrameListener.h">
78                        <Option compilerVar="" />
79                        <Option compile="0" />
80                        <Option link="0" />
81                        <Option target="Debug" />
82                        <Option target="Release" />
83                </Unit>
84                <Unit filename="..\src\BspCollision.cpp">
85                        <Option compilerVar="CPP" />
86                        <Option target="Debug" />
87                        <Option target="Release" />
88                </Unit>
89        </Project>
90</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.