source: OGRE/trunk/ogrenew/Tests/TestOgreMain.cbp @ 692

Revision 692, 6.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="TestOgreMain" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\Samples\Common\bin\Debug\TestOgreMain.exe" />
10                                <Option working_dir="..\Samples\Common\bin\Debug" />
11                                <Option object_output="..\obj\Debug" />
12                                <Option external_deps="..\Samples\Common\bin\Debug\OgreMain_d.dll;" />
13                                <Option type="1" />
14                                <Option compiler="gcc" />
15                                <Option projectResourceIncludeDirsRelation="0" />
16                                <Compiler>
17                                        <Add option="-Wall" />
18                                        <Add option="-g" />
19                                        <Add option="-DWIN32" />
20                                        <Add option="-D_DEBUG" />
21                                        <Add option="-D_WINDOWS" />
22                                        <Add option="-D_USRDLL" />
23                                        <Add option="-D_STLP_DEBUG" />
24                                        <Add directory="OgreMain\include" />
25                                        <Add directory="..\OgreMain\include" />
26                                        <Add directory="..\Dependencies\include" />
27                                </Compiler>
28                                <Linker>
29                                        <Add library="OgreMain_d" />
30                                        <Add library="cppunitd" />
31                                        <Add library="..\..\STLport\lib\libstlportstlg.5.0.dll.a" />
32                                        <Add directory="..\OgreMain\lib\Debug" />
33                                        <Add directory="..\Dependencies\lib\Debug" />
34                                </Linker>
35                        </Target>
36                        <Target title="Release">
37                                <Option output="..\lib\Release\TestOgreMain.exe" />
38                                <Option object_output="..\obj\Release" />
39                                <Option type="1" />
40                                <Option compiler="gcc" />
41                                <Option projectResourceIncludeDirsRelation="0" />
42                                <Compiler>
43                                        <Add option="-O3" />
44                                        <Add option="-W" />
45                                        <Add option="-g" />
46                                        <Add option="-DWIN32" />
47                                        <Add option="-DNDEBUG" />
48                                        <Add option="-D_WINDOWS" />
49                                        <Add option="-D_USRDLL" />
50                                        <Add option="-DREFERENCEAPPLAYER_EXPORTS" />
51                                        <Add directory="OgreMain\include" />
52                                        <Add directory="..\OgreMain\include" />
53                                        <Add directory="..\Dependencies\include" />
54                                </Compiler>
55                                <Linker>
56                                        <Add library="OgreMain" />
57                                        <Add library="cppunit" />
58                                        <Add directory="..\OgreMain\lib\Release" />
59                                        <Add directory="..\..\..\Dependencies\lib\Release" />
60                                </Linker>
61                        </Target>
62                </Build>
63                <Compiler>
64                        <Add option="-pipe" />
65                        <Add option="-mthreads" />
66                        <Add option="-fmessage-length=0" />
67                        <Add option="-fexceptions" />
68                        <Add option="-frtti" />
69                        <Add option="-D_STLP_NO_CUSTOM_IO" />
70                        <Add option="-D_STLP_USE_DYNAMIC_LIB" />
71                        <Add directory="$(#STLPORT_DIR)\stlport" />
72                </Compiler>
73                <Linker>
74                        <Add option="-Wl,--enable-auto-image-base" />
75                        <Add option="-Wl,--add-stdcall-alias" />
76                        <Add directory="$(#STLPORT_DIR)\lib" />
77                </Linker>
78                <Unit filename="..\OgreMain\src\OgreCompiler2Pass.cpp">
79                        <Option compilerVar="CPP" />
80                        <Option target="Debug" />
81                        <Option target="Release" />
82                </Unit>
83                <Unit filename="..\OgreMain\src\OgreCompositorScriptCompiler.cpp">
84                        <Option compilerVar="CPP" />
85                        <Option target="Debug" />
86                        <Option target="Release" />
87                </Unit>
88                <Unit filename="..\OgreMain\src\OgreMaterialScriptCompiler.cpp">
89                        <Option compilerVar="CPP" />
90                        <Option target="Debug" />
91                        <Option target="Release" />
92                </Unit>
93                <Unit filename="OgreMain\include\BitwiseTests.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="OgreMain\include\CompositorScriptCompilerTests.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="OgreMain\include\EdgeBuilderTests.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="OgreMain\include\FileSystemArchiveTests.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="OgreMain\include\MaterialScriptCompilerTests.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="OgreMain\include\PixelFormatTests.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="OgreMain\include\RadixSortTests.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="OgreMain\include\StringTests.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="OgreMain\include\VectorTests.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="OgreMain\include\ZipArchiveTests.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="OgreMain\src\BitwiseTests.cpp">
164                        <Option compilerVar="CPP" />
165                        <Option target="Debug" />
166                        <Option target="Release" />
167                </Unit>
168                <Unit filename="OgreMain\src\CompositorScriptCompilerTests.cpp">
169                        <Option compilerVar="CPP" />
170                        <Option target="Debug" />
171                        <Option target="Release" />
172                </Unit>
173                <Unit filename="OgreMain\src\EdgeBuilderTests.cpp">
174                        <Option compilerVar="CPP" />
175                        <Option target="Debug" />
176                        <Option target="Release" />
177                </Unit>
178                <Unit filename="OgreMain\src\FileSystemArchiveTests.cpp">
179                        <Option compilerVar="CPP" />
180                        <Option target="Debug" />
181                        <Option target="Release" />
182                </Unit>
183                <Unit filename="OgreMain\src\MaterialScriptCompilerTests.cpp">
184                        <Option compilerVar="CPP" />
185                        <Option target="Debug" />
186                        <Option target="Release" />
187                </Unit>
188                <Unit filename="OgreMain\src\PixelFormatTests.cpp">
189                        <Option compilerVar="CPP" />
190                        <Option target="Debug" />
191                        <Option target="Release" />
192                </Unit>
193                <Unit filename="OgreMain\src\RadixSort.cpp">
194                        <Option compilerVar="CPP" />
195                        <Option target="Debug" />
196                        <Option target="Release" />
197                </Unit>
198                <Unit filename="OgreMain\src\StringTests.cpp">
199                        <Option compilerVar="CPP" />
200                        <Option target="Debug" />
201                        <Option target="Release" />
202                </Unit>
203                <Unit filename="OgreMain\src\VectorTests.cpp">
204                        <Option compilerVar="CPP" />
205                        <Option target="Debug" />
206                        <Option target="Release" />
207                </Unit>
208                <Unit filename="OgreMain\src\ZipArchiveTests.cpp">
209                        <Option compilerVar="CPP" />
210                        <Option target="Debug" />
211                        <Option target="Release" />
212                </Unit>
213                <Unit filename="src\main.cpp">
214                        <Option compilerVar="CPP" />
215                        <Option target="Debug" />
216                        <Option target="Release" />
217                </Unit>
218        </Project>
219</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.