Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/RenderToTexture/scripts/Demo_RenderToTexture_linux.cbp @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 2.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="6" />
4        <Project>
5                <Option title="Demo_RenderToTexture" />
6                <Option platforms="Unix;" />
7                <Option pch_mode="0" />
8                <Option compiler="gcc" />
9                <Build>
10                        <Target title="Debug">
11                                <Option platforms="Unix;" />
12                                <Option output="../../Common/bin/Debug/Demo_RenderToTexture" prefix_auto="0" extension_auto="0" />
13                                <Option working_dir="../../Common/bin/Debug/" />
14                                <Option object_output="../obj/Debug" />
15                                <Option external_deps="../../../lib/libOgreMain_d.so;" />
16                                <Option type="0" />
17                                <Option compiler="gcc" />
18                                <Option projectResourceIncludeDirsRelation="1" />
19                                <Compiler>
20                                        <Add option="-g" />
21                                        <Add option="-DDEBUG" />
22                                </Compiler>
23                                <Linker>
24                                        <Add library="OgreMain_d" />
25                                        <Add library="OIS" />
26                                </Linker>
27                        </Target>
28                        <Target title="Release">
29                                <Option platforms="Unix;" />
30                                <Option output="../../Common/bin/Release/Demo_RenderToTexture" prefix_auto="0" extension_auto="0" />
31                                <Option working_dir="../../Common/bin/Release/" />
32                                <Option object_output="../obj/Release" />
33                                <Option external_deps="../../../lib/libOgreMain.so;" />
34                                <Option type="0" />
35                                <Option compiler="gcc" />
36                                <Option projectResourceIncludeDirsRelation="1" />
37                                <Compiler>
38                                        <Add option="-O3" />
39                                        <Add option="-DNDEBUG" />
40                                </Compiler>
41                                <Linker>
42                                        <Add option="-s" />
43                                        <Add library="OgreMain" />
44                                        <Add library="OIS" />
45                                </Linker>
46                        </Target>
47                </Build>
48                <VirtualTargets>
49                        <Add alias="All" targets="Debug;Release;" />
50                </VirtualTargets>
51                <Compiler>
52                        <Add option="-Wall" />
53                        <Add option="-fmessage-length=0" />
54                        <Add option="-fexceptions" />
55                        <Add option="-fident" />
56                        <Add option="-pipe" />
57                        <Add option="-DHAVE_CONFIG_H" />
58                        <Add directory="../include" />
59                        <Add directory="../../Common/include" />
60                        <Add directory="../../../OgreMain/include" />
61                </Compiler>
62                <Linker>
63                        <Add directory="../../Common/bin/$(TARGET_NAME)" />
64                        <Add directory="/usr/local/lib" />
65                </Linker>
66                <Unit filename="../src/RenderToTexture.cpp" />
67                <Extensions>
68                        <code_completion />
69                </Extensions>
70        </Project>
71</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.