aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/others/irrlicht-1.8.1/examples/04.Movement/Movement.cbp
diff options
context:
space:
mode:
Diffstat (limited to 'src/others/irrlicht-1.8.1/examples/04.Movement/Movement.cbp')
-rw-r--r--src/others/irrlicht-1.8.1/examples/04.Movement/Movement.cbp55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/others/irrlicht-1.8.1/examples/04.Movement/Movement.cbp b/src/others/irrlicht-1.8.1/examples/04.Movement/Movement.cbp
new file mode 100644
index 0000000..0fcc4d0
--- /dev/null
+++ b/src/others/irrlicht-1.8.1/examples/04.Movement/Movement.cbp
@@ -0,0 +1,55 @@
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="Irrlicht Example 04 Movement" />
6 <Option pch_mode="0" />
7 <Option compiler="gcc" />
8 <Build>
9 <Target title="Windows">
10 <Option output="..\..\bin\Win32-gcc\Movement" prefix_auto="0" extension_auto="1" />
11 <Option type="1" />
12 <Option compiler="gcc" />
13 <Option projectResourceIncludeDirsRelation="1" />
14 <Compiler>
15 <Add option="-g" />
16 </Compiler>
17 <Linker>
18 <Add directory="..\..\lib\Win32-gcc" />
19 </Linker>
20 </Target>
21 <Target title="Linux">
22 <Option platforms="Unix;" />
23 <Option output="..\..\bin\Linux\Movement" prefix_auto="0" extension_auto="0" />
24 <Option type="1" />
25 <Option compiler="gcc" />
26 <Compiler>
27 <Add option="-g" />
28 <Add option="-D_IRR_STATIC_LIB_" />
29 </Compiler>
30 <Linker>
31 <Add library="Xxf86vm" />
32 <Add library="Xcursor" />
33 <Add library="GL" />
34 <Add directory="..\..\lib\Linux" />
35 </Linker>
36 </Target>
37 </Build>
38 <VirtualTargets>
39 <Add alias="All" targets="Windows;Linux;" />
40 </VirtualTargets>
41 <Compiler>
42 <Add option="-g" />
43 <Add directory="..\..\include" />
44 </Compiler>
45 <Linker>
46 <Add library="Irrlicht" />
47 </Linker>
48 <Unit filename="main.cpp" />
49 <Extensions>
50 <code_completion />
51 <debugger />
52 <envvars />
53 </Extensions>
54 </Project>
55</CodeBlocks_project_file>