annotate build/win32/build_environments/code_blocks/engine_template.xml @ 370:5ab78cd39534

* Updated win32 build files for the new November 2009 Win32 DevKit * The old Win32 compile SDK 2008.1-r1 will NOT work with future revisions, starting with 3073 * For details, check this article that also contains the download links: http://fifengine.de/2009/11/16/new-fife-win32-devkit-available/ * Thanks to Cheesesucker for providing the installer version as well as for a bunch of smaller fixes to the build scripts
author mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
date Mon, 16 Nov 2009 12:29:29 +0000
parents a18f09b604f2
children 621b062e752d
rev   line source
214
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
2 <CodeBlocks_project_file>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
3 <FileVersion major="1" minor="6" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
4 <Project>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
5 <Option title="_fife.pyd" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
6 <Option pch_mode="0" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
7 <Option compiler="gcc" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
8 <Build>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
9 <Target title="default">
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
10 <Option output="..\..\..\..\engine\swigwrappers\python\_fife.pyd" prefix_auto="0" extension_auto="0" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
11 <Option type="3" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
12 <Option compiler="gcc" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
13 <Option createDefFile="1" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
14 <Compiler>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
15 <Add option="-DHAVE_OPENGL" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
16 <Add option="-DHAVE_ZIP" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
17 <Add option="-DLOG_ENABLED" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
18 <Add directory="..\..\..\..\engine" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
19 <Add directory="..\..\..\..\engine\core" />
370
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
20 <Add directory="..\..\includes\boost_1_38_0" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
21 <Add directory="..\..\includes\libguichan" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
22 <Add directory="..\..\includes\libogg" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
23 <Add directory="..\..\includes\libpng" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
24 <Add directory="..\..\includes\libvorbis" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
25 <Add directory="..\..\includes\openal" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
26 <Add directory="..\..\includes\python26" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
27 <Add directory="..\..\includes\sdl" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
28 <Add directory="..\..\includes\sdl_image" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
29 <Add directory="..\..\includes\sdl_ttf" />
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
30 <Add directory="..\..\includes\zlib" />
214
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
31 </Compiler>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
32 <Linker>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
33 <Add library="..\..\static_libs\mingw\libguichan_opengl.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
34 <Add library="..\..\static_libs\mingw\libguichan_sdl.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
35 <Add library="..\..\static_libs\mingw\libguichan.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
36 <Add library="..\..\applications\mingw\lib\libmingw32.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
37 <Add library="..\..\static_libs\mingw\libzlib.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
38 <Add library="..\..\static_libs\mingw\libvorbis.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
39 <Add library="..\..\static_libs\mingw\libogg.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
40 <Add library="..\..\static_libs\mingw\libvorbisfile.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
41 <Add library="..\..\static_libs\mingw\libpng.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
42 <Add library="..\..\static_libs\mingw\SDL_image.lib" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
43 <Add library="..\..\static_libs\mingw\libSDLmain.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
44 <Add library="..\..\static_libs\mingw\libSDL.dll.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
45 <Add library="..\..\static_libs\mingw\OpenAl32.lib" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
46 <Add library="..\..\static_libs\mingw\SDL_ttf.lib" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
47 <Add library="..\..\static_libs\mingw\libboost_filesystem.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
48 <Add library="..\..\static_libs\mingw\libboost_regex.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
49 <Add library="..\..\static_libs\mingw\libboost_system.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
50 <Add library="..\..\applications\mingw\lib\libopengl32.a" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
51 <Add library="..\..\applications\mingw\lib\libglu32.a" />
370
5ab78cd39534 * Updated win32 build files for the new November 2009 Win32 DevKit
mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 214
diff changeset
52 <Add library="..\..\static_libs\mingw\python26\libpython26.a" />
214
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
53 </Linker>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
54 </Target>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
55 </Build>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
56 <VirtualTargets>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
57 <Add alias="All" targets="default;" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
58 </VirtualTargets>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
59 <Compiler>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
60 <Add option="-O3" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
61 <Add option="-Wall" />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
62 </Compiler>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
63 __FILE_INSERTION_POINT__
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
64 <Extensions>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
65 <code_completion />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
66 <envvars />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
67 <debugger />
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
68 </Extensions>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
69 </Project>
a18f09b604f2 Added svn:eol-style on files that didn't already have that property.
cheesesucker@33b003aa-7bff-0310-803a-e67f0ece8222
parents: 197
diff changeset
70 </CodeBlocks_project_file>