Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Samples/Gui/scripts/Demo_Gui_stlp.cbp @ 3

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

=update

File size: 2.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_Gui" />
6                <Option default_target="" />
7                <Option compiler="gcc" />
8                <Option virtualFolders="" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\..\Common\bin\Debug\Demo_Gui.exe" />
12                                <Option working_dir="..\..\Common\bin\Debug" />
13                                <Option object_output="..\obj\Debug" />
14                                <Option external_deps="..\..\..\lib\libOgreMain_d.dll;..\..\Common\CEGUIRenderer\bin\Debug\libOgreGUIRenderer_d.a;" />
15                                <Option type="0" />
16                                <Option compiler="gcc" />
17                                <Option projectResourceIncludeDirsRelation="0" />
18                                <Compiler>
19                                        <Add option="-g" />
20                                        <Add option="-D_DEBUG" />
21                                </Compiler>
22                                <Linker>
23                                        <Add library="OgreMain_d" />
24                                        <Add library="CEGUIBase_d" />
25                                        <Add library="OgreGUIRenderer_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_Gui.exe" />
32                                <Option working_dir="..\..\Common\bin\Release" />
33                                <Option object_output="..\obj\Release" />
34                                <Option external_deps="..\..\..\lib\libOgreMain.dll;" />
35                                <Option type="0" />
36                                <Option compiler="gcc" />
37                                <Option projectResourceIncludeDirsRelation="0" />
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="CEGUIBase" />
46                                        <Add library="OgreGUIRenderer" />
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="..\..\Common\CEGUIRenderer\include" />
71                        <Add directory="..\..\..\Dependencies\include\ois" />
72                </Compiler>
73                <Linker>
74                        <Add option="-Wl,--enable-auto-image-base" />
75                        <Add option="-Wl,--add-stdcall-alias" />
76                        <Add directory="..\..\Common\bin\$(TARGET_NAME)" />
77                </Linker>
78                <Unit filename="..\src\Gui.cpp">
79                        <Option compilerVar="CPP" />
80                        <Option target="Debug" />
81                        <Option target="Release" />
82                </Unit>
83                <Extensions />
84        </Project>
85</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.