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