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

Revision 692, 3.7 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="OgreGUIRenderer" />
6                <Option pch_mode="0" />
7                <Option default_target="-1" />
8                <Option compiler="gcc" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\bin\Debug\OgreGUIRenderer_d.dll" />
12                                <Option object_output="..\bin\Debug" />
13                                <Option type="3" />
14                                <Option compiler="gcc" />
15                                <Option includeInTargetAll="1" />
16                                <Option createStaticLib="1" />
17                                <Compiler>
18                                        <Add option="-W" />
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="CEGUIBase" />
33                                        <Add library="Ogremain_d" />
34                                        <Add library="xerces-c_2_6" />
35                                        <Add directory="..\..\..\..\OgreMain\lib\Debug" />
36                                        <Add directory="..\..\..\..\dependencies\lib\Debug" />
37                                </Linker>
38                                <ExtraCommands>
39                                        <Add after="cp ..\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 type="3" />
46                                <Option compiler="gcc" />
47                                <Option includeInTargetAll="1" />
48                                <Option createStaticLib="1" />
49                                <Compiler>
50                                        <Add option="-O3" />
51                                        <Add option="-W" />
52                                        <Add option="-DWIN32" />
53                                        <Add option="-DNDEBUG" />
54                                        <Add option="-D_WINDOWS" />
55                                        <Add option="-D_USRDLL" />
56                                        <Add option="-DOGRE_GUIRENDERER_EXPORTS" />
57                                        <Add directory="..\include" />
58                                        <Add directory="..\..\..\..\OgreMain\include" />
59                                        <Add directory="..\..\..\..\Dependencies\include" />
60                                        <Add directory="..\..\..\..\Dependencies\include\CEGUI" />
61                                </Compiler>
62                                <Linker>
63                                        <Add option="-s" />
64                                        <Add library="CEGUIBase" />
65                                        <Add library="Ogremain" />
66                                        <Add library="xerces-c_2_6" />
67                                        <Add directory="..\..\..\..\OgreMain\lib\Release" />
68                                        <Add directory="..\..\..\..\dependencies\lib\Release" />
69                                </Linker>
70                                <ExtraCommands>
71                                        <Add after="cp ..\bin\Release\OgreGUIRenderer.dll ..\..\bin\Release" />
72                                </ExtraCommands>
73                        </Target>
74                </Build>
75                <Linker>
76                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
77                </Linker>
78                <Unit filename="..\include\OgreCEGUIRenderer.h">
79                        <Option compilerVar="" />
80                        <Option compile="0" />
81                        <Option link="0" />
82                        <Option target="Debug" />
83                        <Option target="Release" />
84                </Unit>
85                <Unit filename="..\include\OgreCEGUIResourceProvider.h">
86                        <Option compilerVar="" />
87                        <Option compile="0" />
88                        <Option link="0" />
89                        <Option target="Debug" />
90                        <Option target="Release" />
91                </Unit>
92                <Unit filename="..\include\OgreCEGUITexture.h">
93                        <Option compilerVar="" />
94                        <Option compile="0" />
95                        <Option link="0" />
96                        <Option target="Debug" />
97                        <Option target="Release" />
98                </Unit>
99                <Unit filename="..\src\OgreCEGUIRenderer.cpp">
100                        <Option compilerVar="CPP" />
101                        <Option target="Debug" />
102                        <Option target="Release" />
103                </Unit>
104                <Unit filename="..\src\OgreCEGUIResourceProvider.cpp">
105                        <Option compilerVar="CPP" />
106                        <Option target="Debug" />
107                        <Option target="Release" />
108                </Unit>
109                <Unit filename="..\src\OgreCEGUITexture.cpp">
110                        <Option compilerVar="CPP" />
111                        <Option target="Debug" />
112                        <Option target="Release" />
113                </Unit>
114        </Project>
115</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.