Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Compositor/scripts/Demo_Compositor_stlp.cbp @ 3

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

=update

File size: 3.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="5" />
4        <Project>
5                <Option title="Demo_Compositor" />
6                <Option default_target="" />
7                <Option compiler="gcc" />
8                <Option virtualFolders="" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\..\Common\bin\Debug\Demo_Compositor.exe" />
12                                <Option working_dir="..\..\Common\bin\Debug\" />
13                                <Option object_output="..\obj\Debug" />
14                                <Option external_deps="..\..\..\lib\OgreMain_d.dll;" />
15                                <Option type="0" />
16                                <Option compiler="gcc" />
17                                <Option projectResourceIncludeDirsRelation="1" />
18                                <Compiler>
19                                        <Add option="-g" />
20                                        <Add option="-D_DEBUG" />
21                                </Compiler>
22                                <Linker>
23                                        <Add library="OgreMain_d" />
24                                        <Add library="OgreGUIRenderer_d" />
25                                        <Add library="CEGUIBase_d" />
26                                        <Add library="ois_d" />
27                                        <Add library="stlportstlg.5.1" />
28                                </Linker>
29                        </Target>
30                        <Target title="Release">
31                                <Option output="..\..\Common\bin\Release\Demo_Compositor.exe" />
32                                <Option working_dir="..\..\Common\bin\Release\" />
33                                <Option object_output="..\obj\Release" />
34                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
35                                <Option type="0" />
36                                <Option compiler="gcc" />
37                                <Option projectResourceIncludeDirsRelation="1" />
38                                <Compiler>
39                                        <Add option="-O3" />
40                                        <Add option="-DNDEBUG" />
41                                </Compiler>
42                                <Linker>
43                                        <Add option="-s" />
44                                        <Add library="OgreMain" />
45                                        <Add library="OgreGUIRenderer" />
46                                        <Add library="CEGUIBase" />
47                                        <Add library="ois" />
48                                        <Add library="stlport.5.1" />
49                                </Linker>
50                        </Target>
51                </Build>
52                <VirtualTargets>
53                        <Add alias="All" targets="Debug;Release;" />
54                </VirtualTargets>
55                <Compiler>
56                        <Add option="-Wall" />
57                        <Add option="-mthreads" />
58                        <Add option="-fmessage-length=0" />
59                        <Add option="-fexceptions" />
60                        <Add option="-fident" />
61                        <Add option="-D_STLP_NO_CUSTOM_IO" />
62                        <Add option="-DWIN32" />
63                        <Add option="-D_WINDOWS" />
64                        <Add directory="$(#STLPORT_DIR)\stlport" />
65                        <Add directory="..\include" />
66                        <Add directory="..\..\Common\include" />
67                        <Add directory="..\..\..\OgreMain\include" />
68                        <Add directory="..\..\..\Dependencies\include" />
69                        <Add directory="..\..\..\Dependencies\include\CEGUI" />
70                        <Add directory="..\..\..\Dependencies\include\CEGUI\elements" />
71                        <Add directory="..\..\Common\CEGUIRenderer\include" />
72                        <Add directory="..\..\..\Dependencies\include\ois" />
73                </Compiler>
74                <Linker>
75                        <Add option="-Wl,--enable-auto-image-base" />
76                        <Add option="-Wl,--add-stdcall-alias" />
77                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
78                </Linker>
79                <Unit filename="..\include\Compositor.h">
80                        <Option compilerVar="CPP" />
81                        <Option compile="0" />
82                        <Option link="0" />
83                        <Option target="Debug" />
84                        <Option target="Release" />
85                </Unit>
86                <Unit filename="..\include\CompositorDemo_FrameListener.h">
87                        <Option compilerVar="CPP" />
88                        <Option compile="0" />
89                        <Option link="0" />
90                        <Option target="Debug" />
91                        <Option target="Release" />
92                </Unit>
93                <Unit filename="..\include\ItemSelectorViewManager.h">
94                        <Option compilerVar="CPP" />
95                        <Option compile="0" />
96                        <Option link="0" />
97                        <Option target="Debug" />
98                        <Option target="Release" />
99                </Unit>
100                <Unit filename="..\src\Compositor.cpp">
101                        <Option compilerVar="CPP" />
102                        <Option target="Debug" />
103                        <Option target="Release" />
104                </Unit>
105                <Unit filename="..\src\CompositorDemo_FrameListener.cpp">
106                        <Option compilerVar="CPP" />
107                        <Option target="Debug" />
108                        <Option target="Release" />
109                </Unit>
110                <Unit filename="..\src\ItemSelectorViewManager.cpp">
111                        <Option compilerVar="CPP" />
112                        <Option target="Debug" />
113                        <Option target="Release" />
114                </Unit>
115                <Extensions />
116        </Project>
117</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.