Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/TextureFX/scripts/Demo_TextureFX_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_TextureFX" />
6                <Option platforms="Unix;" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option platforms="Unix;" />
11                                <Option output="../../Common/bin/Debug/Demo_TextureFX" prefix_auto="0" extension_auto="0" />
12                                <Option working_dir="../../Common/bin/Debug" />
13                                <Option object_output="../obj/Debug" />
14                                <Option external_deps="../../../lib/libOgreMain_d.so;" />
15                                <Option type="0" />
16                                <Option compiler="gcc" />
17                                <Option projectResourceIncludeDirsRelation="0" />
18                                <Compiler>
19                                        <Add option="-g" />
20                                        <Add option="-DDEBUG" />
21                                </Compiler>
22                                <Linker>
23                                        <Add library="OgreMain_d" />
24                                        <Add library="OIS" />
25                                </Linker>
26                        </Target>
27                        <Target title="Release">
28                                <Option platforms="Unix;" />
29                                <Option output="../../Common/bin/Release/Demo_TextureFX" prefix_auto="0" extension_auto="0" />
30                                <Option working_dir="../../Common/bin/Release" />
31                                <Option object_output="../obj/Release" />
32                                <Option external_deps="../../../lib/libOgreMain_d.so;" />
33                                <Option type="0" />
34                                <Option compiler="gcc" />
35                                <Option projectResourceIncludeDirsRelation="0" />
36                                <Compiler>
37                                        <Add option="-O3" />
38                                        <Add option="-DNDEBUG" />
39                                </Compiler>
40                                <Linker>
41                                        <Add option="-s" />
42                                        <Add library="OgreMain" />
43                                        <Add library="OIS" />
44                                </Linker>
45                        </Target>
46                </Build>
47                <VirtualTargets>
48                        <Add alias="All" targets="Debug;Release;" />
49                </VirtualTargets>
50                <Compiler>
51                        <Add option="-Wall" />
52                        <Add option="-fmessage-length=0" />
53                        <Add option="-fexceptions" />
54                        <Add option="-fident" />
55                        <Add option="-pipe" />
56                        <Add option="-DHAVE_CONFIG_H" />
57                        <Add directory="../include" />
58                        <Add directory="../../Common/include" />
59                        <Add directory="../../../OgreMain/include" />
60                </Compiler>
61                <Linker>
62                        <Add directory="../../Common/bin/$(TARGET_NAME)" />
63                        <Add directory="/usr/local/lib" />
64                </Linker>
65                <Unit filename="../include/TextureFX.h" />
66                <Unit filename="../src/TextureFX.cpp" />
67                <Extensions>
68                        <code_completion />
69                </Extensions>
70        </Project>
71</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.