source: OGRE/trunk/ogrenew/ReferenceApplication/ReferenceAppLayer/scripts/ReferenceAppLayer_stlp.cbp @ 692

Revision 692, 9.9 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="ReferenceAppLayer" />
6                <Option default_target="-1" />
7                <Option compiler="gcc" />
8                <Build>
9                        <Target title="Debug">
10                                <Option output="..\lib\Debug\ReferenceAppLayer.dll" />
11                                <Option object_output="..\obj\Debug" />
12                                <Option external_deps="..\..\..\OgreMain\lib\Debug\OgreMain_d.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="-O0" />
21                                        <Add option="-DWIN32" />
22                                        <Add option="-D_DEBUG" />
23                                        <Add option="-D_WINDOWS" />
24                                        <Add option="-D_USRDLL" />
25                                        <Add option="-DREFERENCEAPPLAYER_EXPORTS" />
26                                        <Add option="-D_STLP_DEBUG" />
27                                        <Add directory="..\include" />
28                                        <Add directory="..\..\..\OgreMain\include" />
29                                        <Add directory="..\..\..\Dependencies\include" />
30                                </Compiler>
31                                <Linker>
32                                        <Add library="stlportstlg.5.0.dll" />
33                                        <Add library="OgreMain_d" />
34                                        <Add library="ode" />
35                                        <Add library="OPCODE" />
36                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
37                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
38                                </Linker>
39                                <ExtraCommands>
40                                        <Add after="cmd /c copy ..\lib\Debug\ReferenceAppLayer.dll ..\..\..\Samples\Common\bin\Debug" />
41                                </ExtraCommands>
42                        </Target>
43                        <Target title="Release">
44                                <Option output="..\lib\Release\ReferenceAppLayer.dll" />
45                                <Option object_output="..\obj\Release" />
46                                <Option external_deps="..\..\..\OgreMain\lib\Release\OgreMain.dll;" />
47                                <Option type="3" />
48                                <Option compiler="gcc" />
49                                <Option includeInTargetAll="1" />
50                                <Option projectResourceIncludeDirsRelation="0" />
51                                <Compiler>
52                                        <Add option="-O3" />
53                                        <Add option="-Wall" />
54                                        <Add option="-DWIN32" />
55                                        <Add option="-DNDEBUG" />
56                                        <Add option="-D_WINDOWS" />
57                                        <Add option="-D_USRDLL" />
58                                        <Add option="-DREFERENCEAPPLAYER_EXPORTS" />
59                                        <Add directory="..\include" />
60                                        <Add directory="..\..\..\OgreMain\include" />
61                                        <Add directory="..\..\..\Dependencies\include" />
62                                </Compiler>
63                                <Linker>
64                                        <Add option="-s" />
65                                        <Add library="stlport.5.0.dll" />
66                                        <Add library="OgreMain" />
67                                        <Add library="ode" />
68                                        <Add library="OPCODE" />
69                                        <Add directory="..\..\..\OgreMain\lib\Release" />
70                                        <Add directory="..\..\..\Dependencies\lib\Release" />
71                                </Linker>
72                                <ExtraCommands>
73                                        <Add after="cmd /c copy ..\lib\Release\ReferenceAppLayer.dll ..\..\..\Samples\Common\bin\Release" />
74                                </ExtraCommands>
75                        </Target>
76                </Build>
77                <Compiler>
78                        <Add option="-mthreads" />
79                        <Add option="-fmessage-length=0" />
80                        <Add option="-fexceptions" />
81                        <Add option="-fident" />
82                        <Add option="-D_STLP_NO_CUSTOM_IO" />
83                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
84                        <Add directory="$(#STLPORT_DIR)\stlport" />
85                        <Add directory="..\..\..\Dependencies\include\ode" />
86                </Compiler>
87                <Linker>
88                        <Add option="-Wl,--add-stdcall-alias" />
89                        <Add option="-Wl,--export-all-symbols" />
90                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
91                        <Add directory="$(#STLPORT_DIR)\lib" />
92                </Linker>
93                <Unit filename="..\..\..\Dependencies\include\ode\collision.h">
94                        <Option compilerVar="CPP" />
95                        <Option compile="0" />
96                        <Option link="0" />
97                        <Option target="Debug" />
98                        <Option target="Release" />
99                </Unit>
100                <Unit filename="..\..\..\Dependencies\include\ode\common.h">
101                        <Option compilerVar="CPP" />
102                        <Option compile="0" />
103                        <Option link="0" />
104                        <Option target="Debug" />
105                        <Option target="Release" />
106                </Unit>
107                <Unit filename="..\..\..\Dependencies\include\ode\contact.h">
108                        <Option compilerVar="CPP" />
109                        <Option compile="0" />
110                        <Option link="0" />
111                        <Option target="Debug" />
112                        <Option target="Release" />
113                </Unit>
114                <Unit filename="..\..\..\Dependencies\include\ode\error.h">
115                        <Option compilerVar="CPP" />
116                        <Option compile="0" />
117                        <Option link="0" />
118                        <Option target="Debug" />
119                        <Option target="Release" />
120                </Unit>
121                <Unit filename="..\..\..\Dependencies\include\ode\geom.h">
122                        <Option compilerVar="CPP" />
123                        <Option compile="0" />
124                        <Option link="0" />
125                        <Option target="Debug" />
126                        <Option target="Release" />
127                </Unit>
128                <Unit filename="..\..\..\Dependencies\include\ode\mass.h">
129                        <Option compilerVar="CPP" />
130                        <Option compile="0" />
131                        <Option link="0" />
132                        <Option target="Debug" />
133                        <Option target="Release" />
134                </Unit>
135                <Unit filename="..\..\..\Dependencies\include\ode\matrix.h">
136                        <Option compilerVar="CPP" />
137                        <Option compile="0" />
138                        <Option link="0" />
139                        <Option target="Debug" />
140                        <Option target="Release" />
141                </Unit>
142                <Unit filename="..\..\..\Dependencies\include\ode\memory.h">
143                        <Option compilerVar="CPP" />
144                        <Option compile="0" />
145                        <Option link="0" />
146                        <Option target="Debug" />
147                        <Option target="Release" />
148                </Unit>
149                <Unit filename="..\..\..\Dependencies\include\ode\misc.h">
150                        <Option compilerVar="CPP" />
151                        <Option compile="0" />
152                        <Option link="0" />
153                        <Option target="Debug" />
154                        <Option target="Release" />
155                </Unit>
156                <Unit filename="..\..\..\Dependencies\include\ode\objects.h">
157                        <Option compilerVar="CPP" />
158                        <Option compile="0" />
159                        <Option link="0" />
160                        <Option target="Debug" />
161                        <Option target="Release" />
162                </Unit>
163                <Unit filename="..\..\..\Dependencies\include\ode\ode.h">
164                        <Option compilerVar="CPP" />
165                        <Option compile="0" />
166                        <Option link="0" />
167                        <Option target="Debug" />
168                        <Option target="Release" />
169                </Unit>
170                <Unit filename="..\..\..\Dependencies\include\ode\odecpp.h">
171                        <Option compilerVar="CPP" />
172                        <Option compile="0" />
173                        <Option link="0" />
174                        <Option target="Debug" />
175                        <Option target="Release" />
176                </Unit>
177                <Unit filename="..\..\..\Dependencies\include\ode\odecpp_collision.h">
178                        <Option compilerVar="CPP" />
179                        <Option compile="0" />
180                        <Option link="0" />
181                        <Option target="Debug" />
182                        <Option target="Release" />
183                </Unit>
184                <Unit filename="..\..\..\Dependencies\include\ode\odemath.h">
185                        <Option compilerVar="CPP" />
186                        <Option compile="0" />
187                        <Option link="0" />
188                        <Option target="Debug" />
189                        <Option target="Release" />
190                </Unit>
191                <Unit filename="..\..\..\Dependencies\include\ode\rotation.h">
192                        <Option compilerVar="CPP" />
193                        <Option compile="0" />
194                        <Option link="0" />
195                        <Option target="Debug" />
196                        <Option target="Release" />
197                </Unit>
198                <Unit filename="..\include\OgreRefAppApplicationObject.h">
199                        <Option compilerVar="CPP" />
200                        <Option compile="0" />
201                        <Option link="0" />
202                        <Option target="Debug" />
203                        <Option target="Release" />
204                </Unit>
205                <Unit filename="..\include\OgreRefAppBall.h">
206                        <Option compilerVar="CPP" />
207                        <Option compile="0" />
208                        <Option link="0" />
209                        <Option target="Debug" />
210                        <Option target="Release" />
211                </Unit>
212                <Unit filename="..\include\OgreRefAppBox.h">
213                        <Option compilerVar="CPP" />
214                        <Option compile="0" />
215                        <Option link="0" />
216                        <Option target="Debug" />
217                        <Option target="Release" />
218                </Unit>
219                <Unit filename="..\include\OgreRefAppCollideCamera.h">
220                        <Option compilerVar="CPP" />
221                        <Option compile="0" />
222                        <Option link="0" />
223                        <Option target="Debug" />
224                        <Option target="Release" />
225                </Unit>
226                <Unit filename="..\include\OgreRefAppJoint.h">
227                        <Option compilerVar="CPP" />
228                        <Option compile="0" />
229                        <Option link="0" />
230                        <Option target="Debug" />
231                        <Option target="Release" />
232                </Unit>
233                <Unit filename="..\include\OgreRefAppJointSubtypes.h">
234                        <Option compilerVar="CPP" />
235                        <Option compile="0" />
236                        <Option link="0" />
237                        <Option target="Debug" />
238                        <Option target="Release" />
239                </Unit>
240                <Unit filename="..\include\OgreRefAppOgreHead.h">
241                        <Option compilerVar="CPP" />
242                        <Option compile="0" />
243                        <Option link="0" />
244                        <Option target="Debug" />
245                        <Option target="Release" />
246                </Unit>
247                <Unit filename="..\include\OgreRefAppPlane.h">
248                        <Option compilerVar="CPP" />
249                        <Option compile="0" />
250                        <Option link="0" />
251                        <Option target="Debug" />
252                        <Option target="Release" />
253                </Unit>
254                <Unit filename="..\include\OgreRefAppPrerequisites.h">
255                        <Option compilerVar="CPP" />
256                        <Option compile="0" />
257                        <Option link="0" />
258                        <Option target="Debug" />
259                        <Option target="Release" />
260                </Unit>
261                <Unit filename="..\include\OgreRefAppWorld.h">
262                        <Option compilerVar="CPP" />
263                        <Option compile="0" />
264                        <Option link="0" />
265                        <Option target="Debug" />
266                        <Option target="Release" />
267                </Unit>
268                <Unit filename="..\include\OgreReferenceAppLayer.h">
269                        <Option compilerVar="CPP" />
270                        <Option compile="0" />
271                        <Option link="0" />
272                        <Option target="Debug" />
273                        <Option target="Release" />
274                </Unit>
275                <Unit filename="..\src\OgreRefAppApplicationObject.cpp">
276                        <Option compilerVar="CPP" />
277                        <Option target="Debug" />
278                        <Option target="Release" />
279                </Unit>
280                <Unit filename="..\src\OgreRefAppBall.cpp">
281                        <Option compilerVar="CPP" />
282                        <Option target="Debug" />
283                        <Option target="Release" />
284                </Unit>
285                <Unit filename="..\src\OgreRefAppBox.cpp">
286                        <Option compilerVar="CPP" />
287                        <Option target="Debug" />
288                        <Option target="Release" />
289                </Unit>
290                <Unit filename="..\src\OgreRefAppCollideCamera.cpp">
291                        <Option compilerVar="CPP" />
292                        <Option target="Debug" />
293                        <Option target="Release" />
294                </Unit>
295                <Unit filename="..\src\OgreRefAppJoint.cpp">
296                        <Option compilerVar="CPP" />
297                        <Option target="Debug" />
298                        <Option target="Release" />
299                </Unit>
300                <Unit filename="..\src\OgreRefAppJointSubtypes.cpp">
301                        <Option compilerVar="CPP" />
302                        <Option target="Debug" />
303                        <Option target="Release" />
304                </Unit>
305                <Unit filename="..\src\OgreRefAppOgreHead.cpp">
306                        <Option compilerVar="CPP" />
307                        <Option target="Debug" />
308                        <Option target="Release" />
309                </Unit>
310                <Unit filename="..\src\OgreRefAppPlane.cpp">
311                        <Option compilerVar="CPP" />
312                        <Option target="Debug" />
313                        <Option target="Release" />
314                </Unit>
315                <Unit filename="..\src\OgreRefAppWorld.cpp">
316                        <Option compilerVar="CPP" />
317                        <Option target="Debug" />
318                        <Option target="Release" />
319                </Unit>
320        </Project>
321</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.