source: OGRE/trunk/ogrenew/PlugIns/BSPSceneManager/scripts/Plugin_BSPSceneManager.cbp @ 657

Revision 657, 5.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="Plugin_BSPSceneManager"/>
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\Plugin_BSPSceneManager.dll"/>
15                                <Option working_dir="."/>
16                                <Option object_output="..\obj\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_WINDOWS"/>
27                                        <Add option="-D_USRDLL"/>
28                                        <Add option="-DPLUGIN_BSPSCENEMANAGER_EXPORTS"/>
29                                        <Add directory="..\include"/>
30                                        <Add directory="..\..\..\OgreMain\include"/>
31                                </Compiler>
32                                <Linker>
33                                        <Add library="OgreMain_d"/>
34                                        <Add directory="..\..\..\OgreMain\lib\Debug"/>
35                                        <Add directory="..\..\..\Dependencies\lib\Debug"/>
36                                </Linker>
37                                <ExtraCommands>
38                                        <Add after="cp ..\bin\Debug\Plugin_BSPSceneManager.dll ..\..\..\Samples\Common\bin\Debug"/>
39                                </ExtraCommands>
40                        </Target>
41                        <Target title="Release">
42                                <Option output="..\bin\Release\Plugin_BSPSceneManager.dll"/>
43                                <Option working_dir="."/>
44                                <Option object_output="..\obj\Release"/>
45                                <Option deps_output=".deps"/>
46                                <Option type="3"/>
47                                <Option compiler="0"/>
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="-DPLUGIN_BSPSCENEMANAGER_EXPORTS"/>
57                                        <Add directory="..\include"/>
58                                        <Add directory="..\..\..\OgreMain\include"/>
59                                </Compiler>
60                                <Linker>
61                                        <Add option="-s"/>
62                                        <Add library="OgreMain"/>
63                                        <Add directory="..\..\..\OgreMain\lib\Release"/>
64                                        <Add directory="..\..\..\Dependencies\lib\Release"/>
65                                </Linker>
66                                <ExtraCommands>
67                                        <Add after="cp ..\bin\Release\Plugin_BSPSceneManager.dll ..\..\..\Samples\Common\bin\Release"/>
68                                </ExtraCommands>
69                        </Target>
70                </Build>
71                <Linker>
72                        <Add option="-Wl,--enable-runtime-pseudo-reloc"/>
73                </Linker>
74                <Unit filename="..\include\OgreBspLevel.h">
75                        <Option compilerVar=""/>
76                        <Option compile="0"/>
77                        <Option link="0"/>
78                        <Option target="Debug"/>
79                        <Option target="Release"/>
80                </Unit>
81                <Unit filename="..\include\OgreBspNode.h">
82                        <Option compilerVar=""/>
83                        <Option compile="0"/>
84                        <Option link="0"/>
85                        <Option target="Debug"/>
86                        <Option target="Release"/>
87                </Unit>
88                <Unit filename="..\include\OgreBspPrerequisites.h">
89                        <Option compilerVar=""/>
90                        <Option compile="0"/>
91                        <Option link="0"/>
92                        <Option target="Debug"/>
93                        <Option target="Release"/>
94                </Unit>
95                <Unit filename="..\include\OgreBspResourceManager.h">
96                        <Option compilerVar=""/>
97                        <Option compile="0"/>
98                        <Option link="0"/>
99                        <Option target="Debug"/>
100                        <Option target="Release"/>
101                </Unit>
102                <Unit filename="..\include\OgreBspSceneManager.h">
103                        <Option compilerVar=""/>
104                        <Option compile="0"/>
105                        <Option link="0"/>
106                        <Option target="Debug"/>
107                        <Option target="Release"/>
108                </Unit>
109                <Unit filename="..\include\OgreBspSceneNode.h">
110                        <Option compilerVar=""/>
111                        <Option compile="0"/>
112                        <Option link="0"/>
113                        <Option target="Debug"/>
114                        <Option target="Release"/>
115                </Unit>
116                <Unit filename="..\include\OgreQuake3Level.h">
117                        <Option compilerVar=""/>
118                        <Option compile="0"/>
119                        <Option link="0"/>
120                        <Option target="Debug"/>
121                        <Option target="Release"/>
122                </Unit>
123                <Unit filename="..\include\OgreQuake3Shader.h">
124                        <Option compilerVar=""/>
125                        <Option compile="0"/>
126                        <Option link="0"/>
127                        <Option target="Debug"/>
128                        <Option target="Release"/>
129                </Unit>
130                <Unit filename="..\include\OgreQuake3ShaderManager.h">
131                        <Option compilerVar=""/>
132                        <Option compile="0"/>
133                        <Option link="0"/>
134                        <Option target="Debug"/>
135                        <Option target="Release"/>
136                </Unit>
137                <Unit filename="..\include\OgreQuake3Types.h">
138                        <Option compilerVar=""/>
139                        <Option compile="0"/>
140                        <Option link="0"/>
141                        <Option target="Debug"/>
142                        <Option target="Release"/>
143                </Unit>
144                <Unit filename="..\misc\OgreBspSceneManager.def">
145                        <Option compilerVar=""/>
146                        <Option compile="0"/>
147                        <Option link="0"/>
148                        <Option target="Debug"/>
149                        <Option target="Release"/>
150                </Unit>
151                <Unit filename="..\src\OgreBspLevel.cpp">
152                        <Option compilerVar="CPP"/>
153                        <Option target="Debug"/>
154                        <Option target="Release"/>
155                </Unit>
156                <Unit filename="..\src\OgreBspNode.cpp">
157                        <Option compilerVar="CPP"/>
158                        <Option target="Debug"/>
159                        <Option target="Release"/>
160                </Unit>
161                <Unit filename="..\src\OgreBspResourceManager.cpp">
162                        <Option compilerVar="CPP"/>
163                        <Option target="Debug"/>
164                        <Option target="Release"/>
165                </Unit>
166                <Unit filename="..\src\OgreBspSceneManager.cpp">
167                        <Option compilerVar="CPP"/>
168                        <Option target="Debug"/>
169                        <Option target="Release"/>
170                </Unit>
171                <Unit filename="..\src\OgreBspSceneManagerDll.cpp">
172                        <Option compilerVar="CPP"/>
173                        <Option target="Debug"/>
174                        <Option target="Release"/>
175                </Unit>
176                <Unit filename="..\src\OgreBspSceneNode.cpp">
177                        <Option compilerVar="CPP"/>
178                        <Option target="Debug"/>
179                        <Option target="Release"/>
180                </Unit>
181                <Unit filename="..\src\OgreQuake3Level.cpp">
182                        <Option compilerVar="CPP"/>
183                        <Option target="Debug"/>
184                        <Option target="Release"/>
185                </Unit>
186                <Unit filename="..\src\OgreQuake3Shader.cpp">
187                        <Option compilerVar="CPP"/>
188                        <Option target="Debug"/>
189                        <Option target="Release"/>
190                </Unit>
191                <Unit filename="..\src\OgreQuake3ShaderManager.cpp">
192                        <Option compilerVar="CPP"/>
193                        <Option target="Debug"/>
194                        <Option target="Release"/>
195                </Unit>
196        </Project>
197</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.