Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/prefab/scripts/CodeBlocks/OgreOde_Prefab_SDK.cbp @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 17 years ago

added ogreode and Colladaplugin

File size: 5.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="OgreOde_Prefab" />
6                <Option pch_mode="2" />
7                <Option default_target="" />
8                <Option compiler="gcc" />
9                <Option virtualFolders="" />
10                <Build>
11                        <Target title="Debug">
12                                <Option output="..\..\lib\Debug\OgreOde_Prefab_d.dll" />
13                                <Option object_output="..\..\obj\Debug" />
14                                <Option external_deps="Debug\libtinyxmld.a;..\..\lib\Debug|Win32\libOgreOde_Core_d.a;" />
15                                <Option type="3" />
16                                <Option compiler="gcc" />
17                                <Option createDefFile="1" />
18                                <Option createStaticLib="1" />
19                                <Compiler>
20                                        <Add option="-W" />
21                                        <Add option="-g" />
22                                        <Add option="-O0" />
23                                        <Add option="-DWIN32" />
24                                        <Add option="-D_DEBUG" />
25                                        <Add option="-D_WINDOWS" />
26                                        <Add option="-D_USRDLL" />
27                                        <Add option="-DOGREODEEXPORT_PREFAB" />
28                                        <Add directory="..\..\..\ode\include" />
29                                        <Add directory="$(OGRE_HOME)\include" />
30                                        <Add directory="..\..\..\tinyxml" />
31                                        <Add directory="$(OGRE_HOME)\stlport\stlport" />
32                                        <Add directory="..\..\include" />
33                                        <Add directory="..\..\..\..\include" />
34                                </Compiler>
35                                <Linker>
36                                        <Add library="OgreOde_Core_d" />
37                                        <Add library="OgreMain_d" />
38                                        <Add library="tinyxmld" />
39                                        <Add library="libtinyxmld.a" />
40                                        <Add library="libOgreOde_Core_d.a" />
41                                        <Add library="stlportstlg.5.0" />
42                                        <Add directory="..\..\..\lib\Debug" />
43                                        <Add directory="..\..\..\tinyxml\Debug" />
44                                        <Add directory="$(OGRE_HOME)\bin\debug" />
45                                        <Add directory="..\..\..\..\lib\Debug" />
46                                </Linker>
47                                <ExtraCommands>
48                                        <Add after="$(OGREODE_HOME)\scripts\codeblocks\copy.bat $(OGREODE_HOME)\prefab\lib\Debug\$(APPNAME) $(OGRE_HOME)\bin\debug\$(APPNAME)" />
49                                </ExtraCommands>
50                                <Environment>
51                                        <Variable name="APPNAME" value="OgreOde_Prefab_d.dll" />
52                                </Environment>
53                        </Target>
54                        <Target title="Release">
55                                <Option output="..\..\lib\Release\OgreOde_Prefab.dll" />
56                                <Option object_output="..\..\obj\Release" />
57                                <Option external_deps="Release\libtinyxml.a;..\..\lib\Release|Win32\libOgreOde_Core.a;" />
58                                <Option type="3" />
59                                <Option compiler="gcc" />
60                                <Option createDefFile="1" />
61                                <Option createStaticLib="1" />
62                                <Compiler>
63                                        <Add option="-W" />
64                                        <Add option="-DWIN32" />
65                                        <Add option="-DNDEBUG" />
66                                        <Add option="-D_WINDOWS" />
67                                        <Add option="-D_USRDLL" />
68                                        <Add option="-DOGREODEEXPORT_PREFAB" />
69                                        <Add directory="..\..\..\ode\include" />
70                                        <Add directory="$(OGRE_HOME)\include" />
71                                        <Add directory="..\..\..\tinyxml" />
72                                        <Add directory="$(OGRE_HOME)\stlport\stlport" />
73                                        <Add directory="..\..\include" />
74                                        <Add directory="..\..\..\..\include" />
75                                </Compiler>
76                                <Linker>
77                                        <Add option="-s" />
78                                        <Add library="OgreOde_Core" />
79                                        <Add library="OgreMain" />
80                                        <Add library="tinyxml" />
81                                        <Add library="libtinyxml.a" />
82                                        <Add library="libOgreOde_Core.a" />
83                                        <Add library="stlport.5.0" />
84                                        <Add directory="..\..\..\lib\Release\" />
85                                        <Add directory="..\..\..\tinyxml\Release" />
86                                        <Add directory="$(OGRE_HOME)\bin\release" />
87                                        <Add directory="..\..\..\..\lib\Release" />
88                                </Linker>
89                                <ExtraCommands>
90                                        <Add after="$(OGREODE_HOME)\scripts\codeblocks\copy.bat $(OGREODE_HOME)\prefab\lib\Release\$(APPNAME) $(OGRE_HOME)\bin\release\$(APPNAME)" />
91                                </ExtraCommands>
92                                <Environment>
93                                        <Variable name="APPNAME" value="OgreOde_Prefab.dll" />
94                                </Environment>
95                        </Target>
96                        <Environment>
97                                <Variable name="OGREODE_HOME" value="$(OGRE_HOME)" />
98                        </Environment>
99                </Build>
100                <Compiler>
101                        <Add option="-mthreads" />
102                        <Add option="-fmessage-length=0" />
103                        <Add option="-fexceptions" />
104                        <Add option="-fident" />
105                </Compiler>
106                <Linker>
107                        <Add option="-Wl,--enable-runtime-pseudo-reloc" />
108                        <Add option="-Wl,--enable-auto-image-base" />
109                        <Add option="-Wl,--add-stdcall-alias" />
110                </Linker>
111                <Unit filename="..\..\include\OgreOdePrefabObject.h">
112                        <Option compilerVar="CPP" />
113                        <Option compile="0" />
114                        <Option link="0" />
115                        <Option target="Debug" />
116                        <Option target="Release" />
117                </Unit>
118                <Unit filename="..\..\include\OgreOdeRagdoll.h">
119                        <Option compilerVar="CPP" />
120                        <Option compile="0" />
121                        <Option link="0" />
122                        <Option target="Debug" />
123                        <Option target="Release" />
124                </Unit>
125                <Unit filename="..\..\include\OgreOdeVehicle.h">
126                        <Option compilerVar="CPP" />
127                        <Option compile="0" />
128                        <Option link="0" />
129                        <Option target="Debug" />
130                        <Option target="Release" />
131                </Unit>
132                <Unit filename="..\..\include\OgreOde_Prefab.h">
133                        <Option compilerVar="CPP" />
134                        <Option compile="0" />
135                        <Option link="0" />
136                        <Option target="Debug" />
137                        <Option target="Release" />
138                </Unit>
139                <Unit filename="..\..\src\OgreOdePrefabObject.cpp">
140                        <Option compilerVar="CPP" />
141                        <Option target="Debug" />
142                        <Option target="Release" />
143                </Unit>
144                <Unit filename="..\..\src\OgreOdeRagdoll.cpp">
145                        <Option compilerVar="CPP" />
146                        <Option target="Debug" />
147                        <Option target="Release" />
148                </Unit>
149                <Unit filename="..\..\src\OgreOdeVehicle.cpp">
150                        <Option compilerVar="CPP" />
151                        <Option target="Debug" />
152                        <Option target="Release" />
153                </Unit>
154                <Extensions />
155        </Project>
156</CodeBlocks_project_file>
Note: See TracBrowser for help on using the repository browser.