Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/SkyDome/scripts/Demo_SkyDome.cbp @ 3

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

=update

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