Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ReferenceApplication/ReferenceAppLayer/scripts/ReferenceAppLayer.cbp @ 3

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

=update

File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2<CodeBlocks_project_file>
3        <FileVersion major="1" minor="6" />
4        <Project>
5                <Option title="ReferenceAppLayer" />
6                <Option compiler="gcc" />
7                <Build>
8                        <Target title="Debug">
9                                <Option output="..\..\..\lib\ReferenceAppLayer_d.dll" prefix_auto="0" extension_auto="0" />
10                                <Option object_output="..\obj\Debug" />
11                                <Option external_deps="..\..\..\lib\OgreMain_d.dll;" />
12                                <Option type="3" />
13                                <Option compiler="gcc" />
14                                <Option projectResourceIncludeDirsRelation="0" />
15                                <Compiler>
16                                        <Add option="-g" />
17                                        <Add option="-D_DEBUG" />
18                                </Compiler>
19                                <Linker>
20                                        <Add library="ode_d" />
21                                        <Add library="OgreMain_d" />
22                                        <Add directory="..\..\..\Dependencies\lib\Debug" />
23                                </Linker>
24                                <ExtraCommands>
25                                        <Add after='cmd /c copy &quot;$($(TARGET_NAME)_OUTPUT_FILE)&quot; &quot;..\..\..\Samples\Common\bin\$(TARGET_NAME)&quot;' />
26                                </ExtraCommands>
27                        </Target>
28                        <Target title="Release">
29                                <Option output="..\..\..\lib\ReferenceAppLayer.dll" prefix_auto="0" extension_auto="0" />
30                                <Option object_output="..\obj\Release" />
31                                <Option external_deps="..\..\..\lib\OgreMain.dll;" />
32                                <Option type="3" />
33                                <Option compiler="gcc" />
34                                <Option projectResourceIncludeDirsRelation="0" />
35                                <Compiler>
36                                        <Add option="-O3" />
37                                        <Add option="-DNDEBUG" />
38                                </Compiler>
39                                <Linker>
40                                        <Add option="-s" />
41                                        <Add library="ode" />
42                                        <Add library="OgreMain" />
43                                        <Add directory="..\..\..\Dependencies\lib\Release" />
44                                </Linker>
45                                <ExtraCommands>
46                                        <Add after='cmd /c copy &quot;$($(TARGET_NAME)_OUTPUT_FILE)&quot; &quot;..\..\..\Samples\Common\bin\$(TARGET_NAME)&quot;' />
47                                </ExtraCommands>
48                        </Target>
49                </Build>
50                <VirtualTargets>
51                        <Add alias="All" targets="Debug;Release;" />
52                </VirtualTargets>
53                <Compiler>
54                        <Add option="-Wall" />
55                        <Add option="-mthreads" />
56                        <Add option="-fmessage-length=0" />
57                        <Add option="-fexceptions" />
58                        <Add option="-fident" />
59                        <Add option="-pipe" />
60                        <Add option="-DWIN32" />
61                        <Add option="-D_WINDOWS" />
62                        <Add option="-D_USRDLL" />
63                        <Add option="-DREFERENCEAPPLAYER_EXPORTS" />
64                        <Add directory="..\..\..\Dependencies\include\ode" />
65                        <Add directory="..\include" />
66                        <Add directory="..\..\..\OgreMain\include" />
67                        <Add directory="..\..\..\Dependencies\include" />
68                </Compiler>
69                <Linker>
70                        <Add option="-Wl,--enable-auto-image-base" />
71                        <Add option="-Wl,--add-stdcall-alias" />
72                        <Add directory="..\..\..\Samples\Common\bin\$(TARGET_NAME)" />
73                </Linker>
74                <Unit filename="..\..\..\Dependencies\include\ode\collision.h" />
75                <Unit filename="..\..\..\Dependencies\include\ode\common.h" />
76                <Unit filename="..\..\..\Dependencies\include\ode\contact.h" />
77                <Unit filename="..\..\..\Dependencies\include\ode\error.h" />
78                <Unit filename="..\..\..\Dependencies\include\ode\geom.h" />
79                <Unit filename="..\..\..\Dependencies\include\ode\mass.h" />
80                <Unit filename="..\..\..\Dependencies\include\ode\matrix.h" />
81                <Unit filename="..\..\..\Dependencies\include\ode\memory.h" />
82                <Unit filename="..\..\..\Dependencies\include\ode\misc.h" />
83                <Unit filename="..\..\..\Dependencies\include\ode\objects.h" />
84                <Unit filename="..\..\..\Dependencies\include\ode\ode.h" />
85                <Unit filename="..\..\..\Dependencies\include\ode\odecpp.h" />
86                <Unit filename="..\..\..\Dependencies\include\ode\odecpp_collision.h" />
87                <Unit filename="..\..\..\Dependencies\include\ode\odemath.h" />
88                <Unit filename="..\..\..\Dependencies\include\ode\rotation.h" />
89                <Unit filename="..\include\OgreRefAppApplicationObject.h" />
90                <Unit filename="..\include\OgreRefAppBall.h" />
91                <Unit filename="..\include\OgreRefAppBox.h" />
92                <Unit filename="..\include\OgreRefAppCollideCamera.h" />
93                <Unit filename="..\include\OgreRefAppJoint.h" />
94                <Unit filename="..\include\OgreRefAppJointSubtypes.h" />
95                <Unit filename="..\include\OgreRefAppOgreHead.h" />
96                <Unit filename="..\include\OgreRefAppPlane.h" />
97                <Unit filename="..\include\OgreRefAppPrerequisites.h" />
98                <Unit filename="..\include\OgreRefAppWorld.h" />
99                <Unit filename="..\include\OgreReferenceAppLayer.h" />
100                <Unit filename="..\src\OgreRefAppApplicationObject.cpp" />
101                <Unit filename="..\src\OgreRefAppBall.cpp" />
102                <Unit filename="..\src\OgreRefAppBox.cpp" />
103                <Unit filename="..\src\OgreRefAppCollideCamera.cpp" />
104                <Unit filename="..\src\OgreRefAppJoint.cpp" />
105                <Unit filename="..\src\OgreRefAppJointSubtypes.cpp" />
106                <Unit filename="..\src\OgreRefAppOgreHead.cpp" />
107                <Unit filename="..\src\OgreRefAppPlane.cpp" />
108                <Unit filename="..\src\OgreRefAppWorld.cpp" />
109                <Extensions>
110                        <code_completion />
111                </Extensions>
112        </Project>
113</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.