source: OGRE/trunk/ogrenew/Samples/VolumeTex/scripts/Demo_VolumeTex.cbp @ 692

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