Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/RenderToTexture/scripts/Demo_RenderToTexture.cbp @ 5

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

=hoffentlich gehts jetzt

File size: 2.3 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 pch_mode="0" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\..\Common\bin\Debug\Demo_RenderToTexture.exe" prefix_auto="0" extension_auto="0" />
11                                <Option working_dir="..\..\Common\bin\Debug\" />
12                                <Option object_output="..\obj\Debug" />
13                                <Option external_deps="..\..\..\lib\OgreMain_d.dll;" />
14                                <Option type="0" />
15                                <Option compiler="gcc" />
16                                <Option projectResourceIncludeDirsRelation="1" />
17                                <Compiler>
18                                        <Add option="-g" />
19                                        <Add option="-D_DEBUG" />
20                                </Compiler>
21                                <Linker>
22                                        <Add library="OgreMain_d" />
23                                        <Add library="ois_d" />
24                                </Linker>
25                        </Target>
26                        <Target title="Release">
27                                <Option output="..\..\Common\bin\Release\Demo_RenderToTexture.exe" prefix_auto="0" extension_auto="0" />
28                                <Option working_dir="..\..\Common\bin\Release\" />
29                                <Option object_output="..\obj\Release" />
30                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
31                                <Option type="0" />
32                                <Option compiler="gcc" />
33                                <Option projectResourceIncludeDirsRelation="1" />
34                                <Compiler>
35                                        <Add option="-O3" />
36                                        <Add option="-DNDEBUG" />
37                                </Compiler>
38                                <Linker>
39                                        <Add option="-s" />
40                                        <Add library="OgreMain" />
41                                        <Add library="ois" />
42                                </Linker>
43                        </Target>
44                </Build>
45                <VirtualTargets>
46                        <Add alias="All" targets="Debug;Release;" />
47                </VirtualTargets>
48                <Compiler>
49                        <Add option="-Wall" />
50                        <Add option="-mthreads" />
51                        <Add option="-fmessage-length=0" />
52                        <Add option="-fexceptions" />
53                        <Add option="-fident" />
54                        <Add option="-pipe" />
55                        <Add option="-DWIN32" />
56                        <Add option="-D_WINDOWS" />
57                        <Add directory="..\include" />
58                        <Add directory="..\..\Common\include" />
59                        <Add directory="..\..\..\OgreMain\include" />
60                        <Add directory="..\..\..\Dependencies\include" />
61                        <Add directory="..\..\..\Dependencies\include\ois" />
62                </Compiler>
63                <Linker>
64                        <Add option="-Wl,--enable-auto-image-base" />
65                        <Add option="-Wl,--add-stdcall-alias" />
66                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
67                </Linker>
68                <Unit filename="..\src\RenderToTexture.cpp" />
69                <Extensions>
70                        <code_completion />
71                </Extensions>
72        </Project>
73</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.