source: OGRE/trunk/ogrenew/Samples/Gui/scripts/Demo_Gui_stlp.cbp @ 692

Revision 692, 3.4 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="3" />
4        <Project>
5                <Option title="Demo_Gui" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\..\Common\bin\Debug\Demo_Gui.exe" />
10                                <Option working_dir="..\..\Common\bin\Debug" />
11                                <Option object_output="..\obj\Debug" />
12                                <Option external_deps="..\..\..\OgreMain\lib\Debug\libOgreMain_d.dll;..\..\Common\CEGUIRenderer\bin\Debug\libOgreGUIRenderer_d.a;" />
13                                <Option type="0" />
14                                <Option compiler="gcc" />
15                                <Option includeInTargetAll="1" />
16                                <Option projectResourceIncludeDirsRelation="0" />
17                                <Compiler>
18                                        <Add option="-Wall" />
19                                        <Add option="-g" />
20                                        <Add option="-DWIN32" />
21                                        <Add option="-D_DEBUG" />
22                                        <Add option="-D_WINDOWS" />
23                                        <Add option="-D_STLP_DEBUG" />
24                                        <Add directory="..\include" />
25                                        <Add directory="..\..\Common\include" />
26                                        <Add directory="..\..\..\OgreMain\include" />
27                                        <Add directory="..\..\..\Dependencies\include" />
28                                        <Add directory="..\..\..\Dependencies\include\CEGUI" />
29                                        <Add directory="..\..\Common\CEGUIRenderer\include" />
30                                </Compiler>
31                                <Linker>
32                                        <Add library="stlportstlg.5.0.dll" />
33                                        <Add library="OgreMain_d" />
34                                        <Add library="CEGUIBase_d" />
35                                        <Add library="OgreGUIRenderer_d" />
36                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
37                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
38                                        <Add directory="..\..\Common\CEGUIRenderer\bin\Debug" />
39                                </Linker>
40                        </Target>
41                        <Target title="Release">
42                                <Option output="..\..\Common\bin\Release\Demo_Gui.exe" />
43                                <Option working_dir="..\..\Common\bin\Release" />
44                                <Option object_output="..\obj\Release" />
45                                <Option external_deps="..\..\..\OgreMain\lib\Release\libOgreMain.dll;" />
46                                <Option type="0" />
47                                <Option compiler="gcc" />
48                                <Option includeInTargetAll="1" />
49                                <Option projectResourceIncludeDirsRelation="0" />
50                                <Compiler>
51                                        <Add option="-O3" />
52                                        <Add option="-Wall" />
53                                        <Add option="-DWIN32" />
54                                        <Add option="-DNDEBUG" />
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\CEGUI" />
61                                        <Add directory="..\..\Common\CEGUIRenderer\include" />
62                                </Compiler>
63                                <Linker>
64                                        <Add option="-s" />
65                                        <Add library="stlport.5.0.dll" />
66                                        <Add library="OgreMain" />
67                                        <Add library="CEGUIBase" />
68                                        <Add library="OgreGUIRenderer" />
69                                        <Add directory="..\..\..\OgreMain\lib\Release" />
70                                        <Add directory="..\..\..\Dependencies\lib\Release" />
71                                        <Add directory="..\..\Common\CEGUIRenderer\bin\release" />
72                                </Linker>
73                        </Target>
74                </Build>
75                <Compiler>
76                        <Add option="-mthreads" />
77                        <Add option="-fmessage-length=0" />
78                        <Add option="-fexceptions" />
79                        <Add option="-fident" />
80                        <Add option="-D_STLP_NO_CUSTOM_IO" />
81                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
82                        <Add directory="$(#STLPORT_DIR)\stlport" />
83                </Compiler>
84                <Linker>
85                        <Add option="-Wl,--enable-auto-image-base" />
86                        <Add option="-Wl,--add-stdcall-alias" />
87                        <Add directory="$(#STLPORT_DIR)\lib" />
88                </Linker>
89                <Unit filename="..\src\Gui.cpp">
90                        <Option compilerVar="CPP" />
91                        <Option target="Debug" />
92                        <Option target="Release" />
93                </Unit>
94        </Project>
95</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.