Mercurial > fife-parpg
diff build/win32/build_environments/code_blocks/engine_template.xml @ 665:0a798d5c241a
Win32 build script updates to use the new Win32 November 2010 Devkit:
* Caution: Python 2.7 is now the officially supported Python version on Win32; Python 2.6 will work fine right now as well but you'll need to edit the builds scripts in this case; continue to use Py 2.6 at your own risk!
* Recommended Python 2.7 distro: http://downloads.activestate.com/ActivePython/releases/2.7.0.2/ActivePython-2.7.0.2-win32-x86.msi
* Win32 Devkit Nov2010 (.exe installer): http://sourceforge.net/projects/fife/files/active/sdks/FIFE_Development_Kit_Nov2010.exe/download
* Win32 Devkit Nov2010 (.zip version): http://sourceforge.net/projects/fife/files/active/sdks/FIFE_Development_Kit_Nov2010.zip/download
* A short announcement of the new devkit will be posted at the FIFE blog later today, with more information about the upgrade process, list of changes, etc.
author | mvbarracuda@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 08 Nov 2010 16:52:13 +0000 |
parents | 621b062e752d |
children |
line wrap: on
line diff
--- a/build/win32/build_environments/code_blocks/engine_template.xml Mon Nov 08 15:46:48 2010 +0000 +++ b/build/win32/build_environments/code_blocks/engine_template.xml Mon Nov 08 16:52:13 2010 +0000 @@ -6,7 +6,7 @@ <Option makefile="SConstruct" /> <Option makefile_is_custom="1" /> <Option pch_mode="2" /> - <Option compiler="msvc8" /> + <MakeCommands> <Build command="" /> <CompileFile command="" /> @@ -18,7 +18,7 @@ <Option output="fife.cbp" prefix_auto="1" extension_auto="0" /> <Option object_output="obj\Debug\" /> <Option type="3" /> - <Option compiler="msvc8" /> + <Option createDefFile="1" /> <Compiler> <Add option="/Zi /D_DEBUG" /> @@ -39,7 +39,7 @@ <Option output="bin\Release\fife" prefix_auto="1" extension_auto="1" /> <Option object_output="obj\Release\" /> <Option type="3" /> - <Option compiler="msvc8" /> + <Option createDefFile="1" /> <Option createStaticLib="1" /> <Compiler> @@ -57,7 +57,7 @@ <Option output="fife" prefix_auto="1" extension_auto="1" /> <Option working_dir="" /> <Option type="2" /> - <Option compiler="msvc8" /> + <Option createDefFile="1" /> <MakeCommands> <Build command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile --enable-debug fife-static" /> @@ -69,7 +69,7 @@ <Target title="Debug_shared"> <Option output="fife" prefix_auto="1" extension_auto="1" /> <Option type="3" /> - <Option compiler="msvc8" /> + <Option createDefFile="1" /> <Option createStaticLib="1" /> <MakeCommands> @@ -83,7 +83,7 @@ <Option output="fife" prefix_auto="1" extension_auto="1" /> <Option working_dir="" /> <Option type="2" /> - <Option compiler="msvc8" /> + <Option createDefFile="1" /> <MakeCommands> <Build command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile fife-static" /> @@ -95,7 +95,7 @@ <Target title="Release_shared"> <Option output="fife" prefix_auto="1" extension_auto="1" /> <Option type="3" /> - <Option compiler="msvc8" /> + <Option createDefFile="1" /> <Option createStaticLib="1" /> <MakeCommands>