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

Revision 657, 5.9 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="ReferenceAppLayer"/>
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="..\lib\Debug\ReferenceAppLayer.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="-DREFERENCEAPPLAYER_EXPORTS"/>
29                                        <Add directory="..\include"/>
30                                        <Add directory="..\..\..\OgreMain\include"/>
31                                        <Add directory="..\..\..\Dependencies\include"/>
32                                </Compiler>
33                                <Linker>
34                                        <Add library="OgreMain_d"/>
35                                        <Add library="ode"/>
36                                        <Add directory="..\..\..\OgreMain\lib\Debug"/>
37                                        <Add directory="..\..\..\Dependencies\lib\Debug"/>
38                                </Linker>
39                                <ExtraCommands>
40                                        <Add after="cp ..\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 working_dir="."/>
46                                <Option object_output="..\obj\Release"/>
47                                <Option deps_output=".deps"/>
48                                <Option type="3"/>
49                                <Option compiler="0"/>
50                                <Option createStaticLib="1"/>
51                                <Compiler>
52                                        <Add option="-O3"/>
53                                        <Add option="-W"/>
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="OgreMain"/>
66                                        <Add library="ode"/>
67                                        <Add directory="..\..\..\OgreMain\lib\Release"/>
68                                        <Add directory="..\..\..\Dependencies\lib\Release"/>
69                                </Linker>
70                                <ExtraCommands>
71                                        <Add after="cp ..\lib\Release\ReferenceAppLayer.dll ..\..\..\Samples\Common\bin\Release"/>
72                                </ExtraCommands>
73                        </Target>
74                </Build>
75                <Linker>
76                        <Add option="-Wl,--enable-runtime-pseudo-reloc"/>
77                </Linker>
78                <Unit filename="..\include\OgreRefAppApplicationObject.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\OgreRefAppBall.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\OgreRefAppBox.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="..\include\OgreRefAppCollideCamera.h">
100                        <Option compilerVar=""/>
101                        <Option compile="0"/>
102                        <Option link="0"/>
103                        <Option target="Debug"/>
104                        <Option target="Release"/>
105                </Unit>
106                <Unit filename="..\include\OgreRefAppJoint.h">
107                        <Option compilerVar=""/>
108                        <Option compile="0"/>
109                        <Option link="0"/>
110                        <Option target="Debug"/>
111                        <Option target="Release"/>
112                </Unit>
113                <Unit filename="..\include\OgreRefAppJointSubtypes.h">
114                        <Option compilerVar=""/>
115                        <Option compile="0"/>
116                        <Option link="0"/>
117                        <Option target="Debug"/>
118                        <Option target="Release"/>
119                </Unit>
120                <Unit filename="..\include\OgreRefAppOgreHead.h">
121                        <Option compilerVar=""/>
122                        <Option compile="0"/>
123                        <Option link="0"/>
124                        <Option target="Debug"/>
125                        <Option target="Release"/>
126                </Unit>
127                <Unit filename="..\include\OgreRefAppPlane.h">
128                        <Option compilerVar=""/>
129                        <Option compile="0"/>
130                        <Option link="0"/>
131                        <Option target="Debug"/>
132                        <Option target="Release"/>
133                </Unit>
134                <Unit filename="..\include\OgreRefAppPrerequisites.h">
135                        <Option compilerVar=""/>
136                        <Option compile="0"/>
137                        <Option link="0"/>
138                        <Option target="Debug"/>
139                        <Option target="Release"/>
140                </Unit>
141                <Unit filename="..\include\OgreRefAppWorld.h">
142                        <Option compilerVar=""/>
143                        <Option compile="0"/>
144                        <Option link="0"/>
145                        <Option target="Debug"/>
146                        <Option target="Release"/>
147                </Unit>
148                <Unit filename="..\include\OgreReferenceAppLayer.h">
149                        <Option compilerVar=""/>
150                        <Option compile="0"/>
151                        <Option link="0"/>
152                        <Option target="Debug"/>
153                        <Option target="Release"/>
154                </Unit>
155                <Unit filename="..\src\OgreRefAppApplicationObject.cpp">
156                        <Option compilerVar="CPP"/>
157                        <Option target="Debug"/>
158                        <Option target="Release"/>
159                </Unit>
160                <Unit filename="..\src\OgreRefAppBall.cpp">
161                        <Option compilerVar="CPP"/>
162                        <Option target="Debug"/>
163                        <Option target="Release"/>
164                </Unit>
165                <Unit filename="..\src\OgreRefAppBox.cpp">
166                        <Option compilerVar="CPP"/>
167                        <Option target="Debug"/>
168                        <Option target="Release"/>
169                </Unit>
170                <Unit filename="..\src\OgreRefAppCollideCamera.cpp">
171                        <Option compilerVar="CPP"/>
172                        <Option target="Debug"/>
173                        <Option target="Release"/>
174                </Unit>
175                <Unit filename="..\src\OgreRefAppJoint.cpp">
176                        <Option compilerVar="CPP"/>
177                        <Option target="Debug"/>
178                        <Option target="Release"/>
179                </Unit>
180                <Unit filename="..\src\OgreRefAppJointSubtypes.cpp">
181                        <Option compilerVar="CPP"/>
182                        <Option target="Debug"/>
183                        <Option target="Release"/>
184                </Unit>
185                <Unit filename="..\src\OgreRefAppOgreHead.cpp">
186                        <Option compilerVar="CPP"/>
187                        <Option target="Debug"/>
188                        <Option target="Release"/>
189                </Unit>
190                <Unit filename="..\src\OgreRefAppPlane.cpp">
191                        <Option compilerVar="CPP"/>
192                        <Option target="Debug"/>
193                        <Option target="Release"/>
194                </Unit>
195                <Unit filename="..\src\OgreRefAppWorld.cpp">
196                        <Option compilerVar="CPP"/>
197                        <Option target="Debug"/>
198                        <Option target="Release"/>
199                </Unit>
200        </Project>
201</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.