source: OGRE/trunk/ogrenew/Samples/Common/CEGUIRenderer/scripts/OgreGUIRenderer.cbp @ 657

Revision 657, 3.7 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1<?xml version="1.0"?>
2<!DOCTYPE CodeBlocks_project_file>
3<CodeBlocks_project_file>
4        <FileVersion major="1" minor="1"/>
5        <Project>
6                <Option title="OgreGUIRenderer"/>
7                <Option makefile="Makefile"/>
8                <Option makefile_is_custom="0"/>
9                <Option default_target="-1"/>
10                <Option active_target="0"/>
11                <Option compiler="0"/>
12                <Build>
13                        <Target title="Debug">
14                                <Option output="..\bin\Debug\OgreGUIRenderer_d.dll"/>
15                                <Option working_dir="."/>
16                                <Option object_output="..\bin\Debug"/>
17                                <Option deps_output=".deps"/>
18                                <Option type="3"/>
19                                <Option compiler="0"/>
20                                <Option createStaticLib="1"/>
21                                <Compiler>
22                                        <Add option="-W"/>
23                                        <Add option="-g"/>
24                                        <Add option="-DWIN32"/>
25                                        <Add option="-D_DEBUG"/>
26                                        <Add option="-D_STLP_DEBUG"/>
27                                        <Add option="-D_WINDOWS"/>
28                                        <Add option="-D_USRDLL"/>
29                                        <Add option="-DOGRE_GUIRENDERER_EXPORTS"/>
30                                        <Add directory="..\include"/>
31                                        <Add directory="..\..\..\..\OgreMain\include"/>
32                                        <Add directory="..\..\..\..\Dependencies\include"/>
33                                        <Add directory="..\..\..\..\Dependencies\include\CEGUI"/>
34                                </Compiler>
35                                <Linker>
36                                        <Add library="CEGUIBase"/>
37                                        <Add library="Ogremain_d"/>
38                                        <Add library="xerces-c_2_6"/>
39                                        <Add directory="..\..\..\..\OgreMain\lib\Debug"/>
40                                        <Add directory="..\..\..\..\dependencies\lib\Debug"/>
41                                </Linker>
42                                <ExtraCommands>
43                                        <Add after="cp ..\bin\Debug\OgreGUIRenderer_d.dll ..\..\..\..\Samples\Common\bin\Debug"/>
44                                </ExtraCommands>
45                        </Target>
46                        <Target title="Release">
47                                <Option output="..\bin\Release\OgreGUIRenderer.dll"/>
48                                <Option working_dir="."/>
49                                <Option object_output="..\bin\Release"/>
50                                <Option deps_output=".deps"/>
51                                <Option type="3"/>
52                                <Option compiler="0"/>
53                                <Option createStaticLib="1"/>
54                                <Compiler>
55                                        <Add option="-O3"/>
56                                        <Add option="-W"/>
57                                        <Add option="-DWIN32"/>
58                                        <Add option="-DNDEBUG"/>
59                                        <Add option="-D_WINDOWS"/>
60                                        <Add option="-D_USRDLL"/>
61                                        <Add option="-DOGRE_GUIRENDERER_EXPORTS"/>
62                                        <Add directory="..\include"/>
63                                        <Add directory="..\..\..\..\OgreMain\include"/>
64                                        <Add directory="..\..\..\..\Dependencies\include"/>
65                                        <Add directory="..\..\..\..\Dependencies\include\CEGUI"/>
66                                </Compiler>
67                                <Linker>
68                                        <Add option="-s"/>
69                                        <Add library="CEGUIBase"/>
70                                        <Add library="Ogremain"/>
71                                        <Add library="xerces-c_2_6"/>
72                                        <Add directory="..\..\..\..\OgreMain\lib\Release"/>
73                                        <Add directory="..\..\..\..\dependencies\lib\Release"/>
74                                </Linker>
75                                <ExtraCommands>
76                                        <Add after="cp ..\bin\Release\OgreGUIRenderer.dll ..\..\bin\Release"/>
77                                </ExtraCommands>
78                        </Target>
79                </Build>
80                <Linker>
81                        <Add option="-Wl,--enable-runtime-pseudo-reloc"/>
82                </Linker>
83                <Unit filename="..\include\OgreCEGUIRenderer.h">
84                        <Option compilerVar=""/>
85                        <Option compile="0"/>
86                        <Option link="0"/>
87                        <Option target="Debug"/>
88                        <Option target="Release"/>
89                </Unit>
90                <Unit filename="..\include\OgreCEGUIResourceProvider.h">
91                        <Option compilerVar=""/>
92                        <Option compile="0"/>
93                        <Option link="0"/>
94                        <Option target="Debug"/>
95                        <Option target="Release"/>
96                </Unit>
97                <Unit filename="..\include\OgreCEGUITexture.h">
98                        <Option compilerVar=""/>
99                        <Option compile="0"/>
100                        <Option link="0"/>
101                        <Option target="Debug"/>
102                        <Option target="Release"/>
103                </Unit>
104                <Unit filename="..\src\OgreCEGUIRenderer.cpp">
105                        <Option compilerVar="CPP"/>
106                        <Option target="Debug"/>
107                        <Option target="Release"/>
108                </Unit>
109                <Unit filename="..\src\OgreCEGUIResourceProvider.cpp">
110                        <Option compilerVar="CPP"/>
111                        <Option target="Debug"/>
112                        <Option target="Release"/>
113                </Unit>
114                <Unit filename="..\src\OgreCEGUITexture.cpp">
115                        <Option compilerVar="CPP"/>
116                        <Option target="Debug"/>
117                        <Option target="Release"/>
118                </Unit>
119        </Project>
120</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.