comparison build/linux/code_blocks/engine_template.xml @ 47:b3838661971f

* Applying code::blocks for linux support patch by amo-ej1 * Close #224 * Close #326
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Sun, 13 Jul 2008 11:20:39 +0000
parents
children
comparison
equal deleted inserted replaced
46:90005975cdbb 47:b3838661971f
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="_fife.pyd" />
6 <Option pch_mode="0" />
7 <Option compiler="gcc" />
8 <Build>
9 <Target title="default">
10 <Option output="../../../engine/swigwrappers/python/_fife.so" prefix_auto="0" extension_auto="0" />
11 <Option type="3" />
12 <Option compiler="gcc" />
13 <Option createDefFile="1" />
14 <Compiler>
15 <Add option="-DHAVE_OPENGL" />
16 <Add option="-DHAVE_ZIP" />
17 <Add directory="../../../engine" />
18 <Add directory="../../../engine/core" />
19 </Compiler>
20 <Linker>
21 <Add option="-L/usr/lib" />
22 <Add library="guichan_opengl" />
23 <Add library="guichan_sdl" />
24 <Add library="guichan" />
25 <Add library="vorbis" />
26 <Add library="ogg" />
27 <Add library="vorbisfile" />
28 <Add library="SDL_image" />
29 <Add library="SDL" />
30 <Add library="openal" />
31 <Add library="SDL_ttf" />
32 <Add library="boost_filesystem" />
33 <Add library="boost_regex" />
34 <Add library="png" />
35 <Add library="GL" />
36 <Add library="GLU" />
37 <Add library="python2.5" />
38 <Add directory="../../../ext/install/lib" />
39 </Linker>
40 </Target>
41 </Build>
42 <VirtualTargets>
43 <Add alias="All" targets="default;" />
44 </VirtualTargets>
45 <Compiler>
46 <Add option="-Wall" />
47 <Add option="-O3" />
48 <Add option="-fPIC" />
49 <Add option="-D_GNU_SOURCE=1" />
50 <Add option="-D_REENTRANT" />
51 <Add option="-DHAVE_OPENGL" />
52 <Add directory="/usr/include/python2.5" />
53 <Add directory="/usr/include/SDL" />
54 <Add directory="/usr/include/vorbis" />
55 <Add directory="../../../ext/install/include" />
56 </Compiler>
57 <Linker>
58 <Add option="-Wl,-rpath,../ext/install/lib,-rpath,ext/install/lib" />
59 </Linker>
60 __FILE_INSERTION_POINT__
61 <Extensions>
62 <code_completion />
63 <envvars />
64 <debugger />
65 </Extensions>
66 </Project>
67 </CodeBlocks_project_file>