Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/Tests/TestOgreMain.cbp @ 3

Last change on this file since 3 was 3, checked in by anonymous, 17 years ago

=update

File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="4" />
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;..\Samples\Common\bin\Debug\Plugin_ScriptParsers.dll;" />
13                                <Option type="1" />
14                                <Option compiler="gcc" />
15                                <Option projectResourceIncludeDirsRelation="0" />
16                                <Compiler>
17                                        <Add option="-g" />
18                                        <Add option="-DWIN32" />
19                                        <Add option="-D_DEBUG" />
20                                        <Add option="-D_WINDOWS" />
21                                        <Add option="-D_USRDLL" />
22                                        <Add option="-D_STLP_DEBUG" />
23                                        <Add directory="OgreMain\include" />
24                                        <Add directory="..\OgreMain\include" />
25                                        <Add directory="..\Dependencies\include" />
26                                </Compiler>
27                                <Linker>
28                                        <Add library="cppunitd" />
29                                        <Add library="OgreMain_d" />
30                                        <Add library="Plugin_Scriptparsers" />
31                                        <Add library="stlportstlg.5.0" />
32                                        <Add directory="..\Dependencies\lib\Debug" />
33                                </Linker>
34                        </Target>
35                        <Target title="Release">
36                                <Option output="..\lib\Release\TestOgreMain.exe" />
37                                <Option object_output="..\obj\Release" />
38                                <Option type="1" />
39                                <Option compiler="gcc" />
40                                <Option projectResourceIncludeDirsRelation="0" />
41                                <Compiler>
42                                        <Add option="-O3" />
43                                        <Add option="-g" />
44                                        <Add option="-DWIN32" />
45                                        <Add option="-DNDEBUG" />
46                                        <Add option="-D_WINDOWS" />
47                                        <Add option="-D_USRDLL" />
48                                        <Add option="-DREFERENCEAPPLAYER_EXPORTS" />
49                                        <Add directory="OgreMain\include" />
50                                        <Add directory="..\OgreMain\include" />
51                                        <Add directory="..\Dependencies\include" />
52                                </Compiler>
53                                <Linker>
54                                        <Add library="cppunit" />
55                                        <Add library="OgreMain" />
56                                        <Add library="Plugin_Scriptparsers" />
57                                        <Add library="stlport.5.0" />
58                                        <Add directory="..\..\..\Dependencies\lib\Release" />
59                                </Linker>
60                        </Target>
61                </Build>
62                <Compiler>
63                        <Add option="-Wall" />
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="..\Samples\Common\bin\$(TARGET_NAME)" />
77                </Linker>
78                <Unit filename="OgreMain\include\BitwiseTests.h">
79                        <Option compilerVar="CPP" />
80                        <Option compile="0" />
81                        <Option link="0" />
82                        <Option target="Debug" />
83                        <Option target="Release" />
84                </Unit>
85                <Unit filename="OgreMain\include\CompositorScriptCompilerTests.h">
86                        <Option compilerVar="CPP" />
87                        <Option compile="0" />
88                        <Option link="0" />
89                        <Option target="Debug" />
90                        <Option target="Release" />
91                </Unit>
92                <Unit filename="OgreMain\include\EdgeBuilderTests.h">
93                        <Option compilerVar="CPP" />
94                        <Option compile="0" />
95                        <Option link="0" />
96                        <Option target="Debug" />
97                        <Option target="Release" />
98                </Unit>
99                <Unit filename="OgreMain\include\FileSystemArchiveTests.h">
100                        <Option compilerVar="CPP" />
101                        <Option compile="0" />
102                        <Option link="0" />
103                        <Option target="Debug" />
104                        <Option target="Release" />
105                </Unit>
106                <Unit filename="OgreMain\include\MaterialScriptCompilerTests.h">
107                        <Option compilerVar="CPP" />
108                        <Option compile="0" />
109                        <Option link="0" />
110                        <Option target="Debug" />
111                        <Option target="Release" />
112                </Unit>
113                <Unit filename="OgreMain\include\PixelFormatTests.h">
114                        <Option compilerVar="CPP" />
115                        <Option compile="0" />
116                        <Option link="0" />
117                        <Option target="Debug" />
118                        <Option target="Release" />
119                </Unit>
120                <Unit filename="OgreMain\include\RadixSortTests.h">
121                        <Option compilerVar="CPP" />
122                        <Option compile="0" />
123                        <Option link="0" />
124                        <Option target="Debug" />
125                        <Option target="Release" />
126                </Unit>
127                <Unit filename="OgreMain\include\StringTests.h">
128                        <Option compilerVar="CPP" />
129                        <Option compile="0" />
130                        <Option link="0" />
131                        <Option target="Debug" />
132                        <Option target="Release" />
133                </Unit>
134                <Unit filename="OgreMain\include\VectorTests.h">
135                        <Option compilerVar="CPP" />
136                        <Option compile="0" />
137                        <Option link="0" />
138                        <Option target="Debug" />
139                        <Option target="Release" />
140                </Unit>
141                <Unit filename="OgreMain\include\ZipArchiveTests.h">
142                        <Option compilerVar="CPP" />
143                        <Option compile="0" />
144                        <Option link="0" />
145                        <Option target="Debug" />
146                        <Option target="Release" />
147                </Unit>
148                <Unit filename="OgreMain\src\BitwiseTests.cpp">
149                        <Option compilerVar="CPP" />
150                        <Option target="Debug" />
151                        <Option target="Release" />
152                </Unit>
153                <Unit filename="OgreMain\src\CompositorScriptCompilerTests.cpp">
154                        <Option compilerVar="CPP" />
155                        <Option target="Debug" />
156                        <Option target="Release" />
157                </Unit>
158                <Unit filename="OgreMain\src\EdgeBuilderTests.cpp">
159                        <Option compilerVar="CPP" />
160                        <Option target="Debug" />
161                        <Option target="Release" />
162                </Unit>
163                <Unit filename="OgreMain\src\FileSystemArchiveTests.cpp">
164                        <Option compilerVar="CPP" />
165                        <Option target="Debug" />
166                        <Option target="Release" />
167                </Unit>
168                <Unit filename="OgreMain\src\MaterialScriptCompilerTests.cpp">
169                        <Option compilerVar="CPP" />
170                        <Option target="Debug" />
171                        <Option target="Release" />
172                </Unit>
173                <Unit filename="OgreMain\src\PixelFormatTests.cpp">
174                        <Option compilerVar="CPP" />
175                        <Option target="Debug" />
176                        <Option target="Release" />
177                </Unit>
178                <Unit filename="OgreMain\src\RadixSort.cpp">
179                        <Option compilerVar="CPP" />
180                        <Option target="Debug" />
181                        <Option target="Release" />
182                </Unit>
183                <Unit filename="OgreMain\src\StringTests.cpp">
184                        <Option compilerVar="CPP" />
185                        <Option target="Debug" />
186                        <Option target="Release" />
187                </Unit>
188                <Unit filename="OgreMain\src\VectorTests.cpp">
189                        <Option compilerVar="CPP" />
190                        <Option target="Debug" />
191                        <Option target="Release" />
192                </Unit>
193                <Unit filename="OgreMain\src\ZipArchiveTests.cpp">
194                        <Option compilerVar="CPP" />
195                        <Option target="Debug" />
196                        <Option target="Release" />
197                </Unit>
198                <Unit filename="src\main.cpp">
199                        <Option compilerVar="CPP" />
200                        <Option target="Debug" />
201                        <Option target="Release" />
202                </Unit>
203        </Project>
204</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.