Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ReferenceApplication/BspCollision/scripts/BspCollision_stlp.cbp @ 3

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

=update

File size: 3.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="5" />
4        <Project>
5                <Option title="Demo_BspCollision" />
6                <Option default_target="" />
7                <Option compiler="gcc" />
8                <Option virtualFolders="" />
9                <Build>
10                        <Target title="Debug">
11                                <Option output="..\..\..\Samples\Common\bin\Debug\Demo_BspCollision.exe" />
12                                <Option working_dir="..\..\..\Samples\Common\bin\Debug" />
13                                <Option object_output="..\obj\Debug" />
14                                <Option external_deps="..\..\..\lib\OgreMain_d.dll;" />
15                                <Option type="0" />
16                                <Option compiler="gcc" />
17                                <Option projectResourceIncludeDirsRelation="0" />
18                                <Compiler>
19                                        <Add option="-g" />
20                                        <Add option="-D_DEBUG" />
21                                </Compiler>
22                                <Linker>
23                                        <Add library="OgreMain_d" />
24                                        <Add library="ReferenceAppLayer" />
25                                        <Add library="ois_d" />
26                                        <Add library="stlportstlg.5.1" />
27                                        <Add directory="..\..\Dependencies\lib\Debug" />
28                                </Linker>
29                        </Target>
30                        <Target title="Release">
31                                <Option output="..\..\..\Samples\Common\bin\Release\Demo_BspCollision.exe" />
32                                <Option working_dir="..\..\..\Samples\Common\bin\Release" />
33                                <Option object_output="..\obj\Release" />
34                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
35                                <Option type="0" />
36                                <Option compiler="gcc" />
37                                <Option projectResourceIncludeDirsRelation="0" />
38                                <Compiler>
39                                        <Add option="-O3" />
40                                        <Add option="-DNDEBUG" />
41                                </Compiler>
42                                <Linker>
43                                        <Add option="-s" />
44                                        <Add library="OgreMain" />
45                                        <Add library="ReferenceAppLayer" />
46                                        <Add library="ois" />
47                                        <Add library="stlport.5.1" />
48                                        <Add directory="..\..\Dependencies\lib\Release" />
49                                </Linker>
50                        </Target>
51                </Build>
52                <VirtualTargets>
53                        <Add alias="All" targets="Debug;Release;" />
54                </VirtualTargets>
55                <Compiler>
56                        <Add option="-Wall" />
57                        <Add option="-mthreads" />
58                        <Add option="-fmessage-length=0" />
59                        <Add option="-fexceptions" />
60                        <Add option="-fident" />
61                        <Add option="-D_STLP_NO_CUSTOM_IO" />
62                        <Add option="-DWIN32" />
63                        <Add option="-D_WINDOWS" />
64                        <Add directory="$(#STLPORT_DIR)\stlport" />
65                        <Add directory="..\..\..\Dependencies\include\ode" />
66                        <Add directory="..\include" />
67                        <Add directory="..\..\Common\include" />
68                        <Add directory="..\..\..\OgreMain\include" />
69                        <Add directory="..\..\..\Dependencies\include" />
70                        <Add directory="..\..\ReferenceAppLayer\include" />
71                        <Add directory="..\..\..\Dependencies\include\ois" />
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="..\src\BspCollision.cpp">
79                        <Option compilerVar="CPP" />
80                        <Option target="Debug" />
81                        <Option target="Release" />
82                </Unit>
83                <Unit filename="..\..\Common\include\ExampleRefAppApplication.h">
84                        <Option compilerVar="CPP" />
85                        <Option compile="0" />
86                        <Option link="0" />
87                        <Option target="Debug" />
88                        <Option target="Release" />
89                </Unit>
90                <Unit filename="..\..\Common\include\ExampleRefAppFrameListener.h">
91                        <Option compilerVar="CPP" />
92                        <Option compile="0" />
93                        <Option link="0" />
94                        <Option target="Debug" />
95                        <Option target="Release" />
96                </Unit>
97                <Extensions />
98        </Project>
99</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.