source: OGRE/trunk/ogrenew/Samples/Common/CEGUIRenderer/scripts/OgreGUIRenderer_stlp.cbp @ 692

Revision 692, 4.3 KB checked in by mattausch, 19 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="OgreGUIRenderer" />
6                <Option default_target="-1" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\bin\Debug\OgreGUIRenderer_d.dll" />
11                                <Option object_output="..\bin\Debug" />
12                                <Option external_deps="..\..\..\..\OgreMain\lib\Release\OgreMain.dll;" />
13                                <Option type="3" />
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_STLP_DEBUG" />
23                                        <Add option="-D_WINDOWS" />
24                                        <Add option="-D_USRDLL" />
25                                        <Add option="-DOGRE_GUIRENDERER_EXPORTS" />
26                                        <Add directory="..\include" />
27                                        <Add directory="..\..\..\..\OgreMain\include" />
28                                        <Add directory="..\..\..\..\Dependencies\include" />
29                                        <Add directory="..\..\..\..\Dependencies\include\CEGUI" />
30                                </Compiler>
31                                <Linker>
32                                        <Add library="stlportstlg.5.0.dll" />
33                                        <Add library="CEGUIBase_d" />
34                                        <Add library="Ogremain_d" />
35                                        <Add directory="..\..\..\..\OgreMain\lib\Debug" />
36                                        <Add directory="..\..\..\..\dependencies\lib\Debug" />
37                                </Linker>
38                                <ExtraCommands>
39                                        <Add after="cmd /c copy ..\bin\Debug\OgreGUIRenderer_d.dll ..\..\..\..\Samples\Common\bin\Debug" />
40                                </ExtraCommands>
41                        </Target>
42                        <Target title="Release">
43                                <Option output="..\bin\Release\OgreGUIRenderer.dll" />
44                                <Option object_output="..\bin\Release" />
45                                <Option external_deps="..\..\..\..\OgreMain\lib\Release\OgreMain.dll;" />
46                                <Option type="3" />
47                                <Option compiler="gcc" />
48                                <Option includeInTargetAll="1" />
49                                <Option projectResourceIncludeDirsRelation="0" />
50                                <Compiler>
51                                        <Add option="-O2" />
52                                        <Add option="-Wall" />
53                                        <Add option="-DWIN32" />
54                                        <Add option="-DNDEBUG" />
55                                        <Add option="-D_WINDOWS" />
56                                        <Add option="-D_USRDLL" />
57                                        <Add option="-DOGRE_GUIRENDERER_EXPORTS" />
58                                        <Add directory="..\include" />
59                                        <Add directory="..\..\..\..\OgreMain\include" />
60                                        <Add directory="..\..\..\..\Dependencies\include" />
61                                        <Add directory="..\..\..\..\Dependencies\include\CEGUI" />
62                                </Compiler>
63                                <Linker>
64                                        <Add option="-s" />
65                                        <Add library="stlport.5.0.dll" />
66                                        <Add library="CEGUIBase" />
67                                        <Add library="Ogremain" />
68                                        <Add directory="..\..\..\..\OgreMain\lib\Release" />
69                                        <Add directory="..\..\..\..\dependencies\lib\Release" />
70                                </Linker>
71                                <ExtraCommands>
72                                        <Add after="cmd /c copy ..\bin\Release\OgreGUIRenderer.dll ..\..\bin\Release" />
73                                </ExtraCommands>
74                        </Target>
75                </Build>
76                <Compiler>
77                        <Add option="-mthreads" />
78                        <Add option="-fmessage-length=0" />
79                        <Add option="-fexceptions" />
80                        <Add option="-fident" />
81                        <Add option="-D_STLP_NO_CUSTOM_IO" />
82                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
83                        <Add directory="$(#STLPORT_DIR)\stlport" />
84                </Compiler>
85                <Linker>
86                        <Add option="-Wl,--add-stdcall-alias" />
87                        <Add option="-Wl,--export-all-symbols" />
88                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
89                        <Add directory="$(#STLPORT_DIR)\lib" />
90                </Linker>
91                <Unit filename="..\include\OgreCEGUIRenderer.h">
92                        <Option compilerVar="" />
93                        <Option compile="0" />
94                        <Option link="0" />
95                        <Option target="Debug" />
96                        <Option target="Release" />
97                </Unit>
98                <Unit filename="..\include\OgreCEGUIResourceProvider.h">
99                        <Option compilerVar="" />
100                        <Option compile="0" />
101                        <Option link="0" />
102                        <Option target="Debug" />
103                        <Option target="Release" />
104                </Unit>
105                <Unit filename="..\include\OgreCEGUITexture.h">
106                        <Option compilerVar="" />
107                        <Option compile="0" />
108                        <Option link="0" />
109                        <Option target="Debug" />
110                        <Option target="Release" />
111                </Unit>
112                <Unit filename="..\src\OgreCEGUIRenderer.cpp">
113                        <Option compilerVar="CPP" />
114                        <Option target="Debug" />
115                        <Option target="Release" />
116                </Unit>
117                <Unit filename="..\src\OgreCEGUIResourceProvider.cpp">
118                        <Option compilerVar="CPP" />
119                        <Option target="Debug" />
120                        <Option target="Release" />
121                </Unit>
122                <Unit filename="..\src\OgreCEGUITexture.cpp">
123                        <Option compilerVar="CPP" />
124                        <Option target="Debug" />
125                        <Option target="Release" />
126                </Unit>
127        </Project>
128</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.