Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Shadows/scripts/Demo_Shadows.cbp @ 3

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

=update

File size: 2.5 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_Shadows" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\..\Common\bin\Debug\Demo_Shadows.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.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                                        <Add library="CEGUIBase_d" />
24                                        <Add library="OgreGUIRenderer_d" />
25                                </Linker>
26                        </Target>
27                        <Target title="Release">
28                                <Option output="..\..\Common\bin\Release\Demo_Shadows.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="OgreMain" />
42                                        <Add library="ois" />
43                                        <Add library="CEGUIBase" />
44                                        <Add library="OgreGUIRenderer" />
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\ois" />
65                        <Add directory="..\..\..\Dependencies\include\CEGUI" />
66                        <Add directory="..\..\Common\CEGUIRenderer\include" />
67                </Compiler>
68                <Linker>
69                        <Add option="-Wl,--enable-auto-image-base" />
70                        <Add option="-Wl,--add-stdcall-alias" />
71                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
72                </Linker>
73                <Unit filename="..\src\Shadows.cpp" />
74                <Extensions>
75                        <code_completion />
76                </Extensions>
77        </Project>
78</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.