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

Revision 692, 5.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 pch_mode="0" />
7                <Option default_target="-1" />
8                <Option compiler="gcc" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\lib\Debug\ReferenceAppLayer.dll" />
12                                <Option object_output="..\obj\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_WINDOWS" />
23                                        <Add option="-D_USRDLL" />
24                                        <Add option="-DREFERENCEAPPLAYER_EXPORTS" />
25                                        <Add directory="..\include" />
26                                        <Add directory="..\..\..\OgreMain\include" />
27                                        <Add directory="..\..\..\Dependencies\include" />
28                                </Compiler>
29                                <Linker>
30                                        <Add library="OgreMain_d" />
31                                        <Add library="ode" />
32                                        <Add directory="..\..\..\OgreMain\lib\Debug" />
33                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
34                                </Linker>
35                                <ExtraCommands>
36                                        <Add after="cp ..\lib\Debug\ReferenceAppLayer.dll ..\..\..\Samples\Common\bin\Debug" />
37                                </ExtraCommands>
38                        </Target>
39                        <Target title="Release">
40                                <Option output="..\lib\Release\ReferenceAppLayer.dll" />
41                                <Option object_output="..\obj\Release" />
42                                <Option type="3" />
43                                <Option compiler="gcc" />
44                                <Option includeInTargetAll="1" />
45                                <Option createStaticLib="1" />
46                                <Compiler>
47                                        <Add option="-O3" />
48                                        <Add option="-W" />
49                                        <Add option="-DWIN32" />
50                                        <Add option="-DNDEBUG" />
51                                        <Add option="-D_WINDOWS" />
52                                        <Add option="-D_USRDLL" />
53                                        <Add option="-DREFERENCEAPPLAYER_EXPORTS" />
54                                        <Add directory="..\include" />
55                                        <Add directory="..\..\..\OgreMain\include" />
56                                        <Add directory="..\..\..\Dependencies\include" />
57                                </Compiler>
58                                <Linker>
59                                        <Add option="-s" />
60                                        <Add library="OgreMain" />
61                                        <Add library="ode" />
62                                        <Add directory="..\..\..\OgreMain\lib\Release" />
63                                        <Add directory="..\..\..\Dependencies\lib\Release" />
64                                </Linker>
65                                <ExtraCommands>
66                                        <Add after="cp ..\lib\Release\ReferenceAppLayer.dll ..\..\..\Samples\Common\bin\Release" />
67                                </ExtraCommands>
68                        </Target>
69                </Build>
70                <Linker>
71                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
72                </Linker>
73                <Unit filename="..\include\OgreRefAppApplicationObject.h">
74                        <Option compilerVar="" />
75                        <Option compile="0" />
76                        <Option link="0" />
77                        <Option target="Debug" />
78                        <Option target="Release" />
79                </Unit>
80                <Unit filename="..\include\OgreRefAppBall.h">
81                        <Option compilerVar="" />
82                        <Option compile="0" />
83                        <Option link="0" />
84                        <Option target="Debug" />
85                        <Option target="Release" />
86                </Unit>
87                <Unit filename="..\include\OgreRefAppBox.h">
88                        <Option compilerVar="" />
89                        <Option compile="0" />
90                        <Option link="0" />
91                        <Option target="Debug" />
92                        <Option target="Release" />
93                </Unit>
94                <Unit filename="..\include\OgreRefAppCollideCamera.h">
95                        <Option compilerVar="" />
96                        <Option compile="0" />
97                        <Option link="0" />
98                        <Option target="Debug" />
99                        <Option target="Release" />
100                </Unit>
101                <Unit filename="..\include\OgreRefAppJoint.h">
102                        <Option compilerVar="" />
103                        <Option compile="0" />
104                        <Option link="0" />
105                        <Option target="Debug" />
106                        <Option target="Release" />
107                </Unit>
108                <Unit filename="..\include\OgreRefAppJointSubtypes.h">
109                        <Option compilerVar="" />
110                        <Option compile="0" />
111                        <Option link="0" />
112                        <Option target="Debug" />
113                        <Option target="Release" />
114                </Unit>
115                <Unit filename="..\include\OgreRefAppOgreHead.h">
116                        <Option compilerVar="" />
117                        <Option compile="0" />
118                        <Option link="0" />
119                        <Option target="Debug" />
120                        <Option target="Release" />
121                </Unit>
122                <Unit filename="..\include\OgreRefAppPlane.h">
123                        <Option compilerVar="" />
124                        <Option compile="0" />
125                        <Option link="0" />
126                        <Option target="Debug" />
127                        <Option target="Release" />
128                </Unit>
129                <Unit filename="..\include\OgreRefAppPrerequisites.h">
130                        <Option compilerVar="" />
131                        <Option compile="0" />
132                        <Option link="0" />
133                        <Option target="Debug" />
134                        <Option target="Release" />
135                </Unit>
136                <Unit filename="..\include\OgreRefAppWorld.h">
137                        <Option compilerVar="" />
138                        <Option compile="0" />
139                        <Option link="0" />
140                        <Option target="Debug" />
141                        <Option target="Release" />
142                </Unit>
143                <Unit filename="..\include\OgreReferenceAppLayer.h">
144                        <Option compilerVar="" />
145                        <Option compile="0" />
146                        <Option link="0" />
147                        <Option target="Debug" />
148                        <Option target="Release" />
149                </Unit>
150                <Unit filename="..\src\OgreRefAppApplicationObject.cpp">
151                        <Option compilerVar="CPP" />
152                        <Option target="Debug" />
153                        <Option target="Release" />
154                </Unit>
155                <Unit filename="..\src\OgreRefAppBall.cpp">
156                        <Option compilerVar="CPP" />
157                        <Option target="Debug" />
158                        <Option target="Release" />
159                </Unit>
160                <Unit filename="..\src\OgreRefAppBox.cpp">
161                        <Option compilerVar="CPP" />
162                        <Option target="Debug" />
163                        <Option target="Release" />
164                </Unit>
165                <Unit filename="..\src\OgreRefAppCollideCamera.cpp">
166                        <Option compilerVar="CPP" />
167                        <Option target="Debug" />
168                        <Option target="Release" />
169                </Unit>
170                <Unit filename="..\src\OgreRefAppJoint.cpp">
171                        <Option compilerVar="CPP" />
172                        <Option target="Debug" />
173                        <Option target="Release" />
174                </Unit>
175                <Unit filename="..\src\OgreRefAppJointSubtypes.cpp">
176                        <Option compilerVar="CPP" />
177                        <Option target="Debug" />
178                        <Option target="Release" />
179                </Unit>
180                <Unit filename="..\src\OgreRefAppOgreHead.cpp">
181                        <Option compilerVar="CPP" />
182                        <Option target="Debug" />
183                        <Option target="Release" />
184                </Unit>
185                <Unit filename="..\src\OgreRefAppPlane.cpp">
186                        <Option compilerVar="CPP" />
187                        <Option target="Debug" />
188                        <Option target="Release" />
189                </Unit>
190                <Unit filename="..\src\OgreRefAppWorld.cpp">
191                        <Option compilerVar="CPP" />
192                        <Option target="Debug" />
193                        <Option target="Release" />
194                </Unit>
195        </Project>
196</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.