Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/OceanDemo/script/Demo_Ocean.cbp @ 3

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

=update

File size: 2.8 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_Ocean" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\..\Common\bin\Debug\Demo_Ocean.exe" prefix_auto="0" extension_auto="0" />
10                                <Option working_dir="..\..\Common\bin\Debug" />
11                                <Option object_output="..\obj\Debug" />
12                                <Option external_deps="..\..\..\lib\OgreMain_d.dll;" />
13                                <Option type="0" />
14                                <Option compiler="gcc" />
15                                <Option projectResourceIncludeDirsRelation="0" />
16                                <Compiler>
17                                        <Add option="-g" />
18                                        <Add option="-D_DEBUG" />
19                                </Compiler>
20                                <Linker>
21                                        <Add library="ois_d" />
22                                        <Add library="CEGUIBase_d" />
23                                        <Add library="OgreGUIRenderer_d" />
24                                        <Add library="OgreMain_d" />
25                                </Linker>
26                        </Target>
27                        <Target title="Release">
28                                <Option output="..\..\Common\bin\Release\Demo_Ocean.exe" prefix_auto="0" extension_auto="0" />
29                                <Option working_dir="..\..\Common\bin\Release" />
30                                <Option object_output="..\obj\Release" />
31                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
32                                <Option type="0" />
33                                <Option compiler="gcc" />
34                                <Option projectResourceIncludeDirsRelation="0" />
35                                <Compiler>
36                                        <Add option="-O3" />
37                                        <Add option="-DNDEBUG" />
38                                </Compiler>
39                                <Linker>
40                                        <Add option="-s" />
41                                        <Add library="ois" />
42                                        <Add library="CEGUIBase" />
43                                        <Add library="OgreGUIRenderer" />
44                                        <Add library="OgreMain" />
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="-mthreads" />
54                        <Add option="-fmessage-length=0" />
55                        <Add option="-fexceptions" />
56                        <Add option="-fident" />
57                        <Add option="-pipe" />
58                        <Add option="-DWIN32" />
59                        <Add option="-D_WINDOWS" />
60                        <Add directory="..\include" />
61                        <Add directory="..\..\Common\include" />
62                        <Add directory="..\..\..\OgreMain\include" />
63                        <Add directory="..\..\..\Dependencies\include" />
64                        <Add directory="..\..\..\Dependencies\include\CEGUI" />
65                        <Add directory="..\..\..\Dependencies\include\CEGUI\elements" />
66                        <Add directory="..\..\..\Dependencies\include\CEGUI\falagard" />
67                        <Add directory="..\..\Common\CEGUIRenderer\include" />
68                        <Add directory="..\..\..\Dependencies\include\ois" />
69                </Compiler>
70                <Linker>
71                        <Add option="-Wl,--enable-auto-image-base" />
72                        <Add option="-Wl,--add-stdcall-alias" />
73                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
74                </Linker>
75                <Unit filename="..\include\MaterialControls.h" />
76                <Unit filename="..\include\OceanDemo.h" />
77                <Unit filename="..\src\MaterialControls.cpp" />
78                <Unit filename="..\src\OceanDemo.cpp" />
79                <Extensions>
80                        <code_completion />
81                </Extensions>
82        </Project>
83</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.