Mercurial > fife-parpg
view 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 source
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <CodeBlocks_project_file> <FileVersion major="1" minor="6" /> <Project> <Option title="fife" /> <Option makefile="SConstruct" /> <Option makefile_is_custom="1" /> <Option pch_mode="2" /> <MakeCommands> <Build command="" /> <CompileFile command="" /> <Clean command="" /> <DistClean command="" /> </MakeCommands> <Build> <Target title="Debug_python"> <Option output="fife.cbp" prefix_auto="1" extension_auto="0" /> <Option object_output="obj\Debug\" /> <Option type="3" /> <Option createDefFile="1" /> <Compiler> <Add option="/Zi /D_DEBUG" /> <Add option="/Zi" /> <Add option="/D_DEBUG" /> </Compiler> <Linker> <Add option="/DEBUG" /> </Linker> <MakeCommands> <Build command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile --enable-debug install-python" /> <CompileFile command="" /> <Clean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c --enable-debug install-python" /> <DistClean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c --enable-debug install-python" /> </MakeCommands> </Target> <Target title="Release_python"> <Option output="bin\Release\fife" prefix_auto="1" extension_auto="1" /> <Option object_output="obj\Release\" /> <Option type="3" /> <Option createDefFile="1" /> <Option createStaticLib="1" /> <Compiler> <Add option="/Ox" /> <Add option="/DNDEBUG" /> </Compiler> <MakeCommands> <Build command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile install-python" /> <CompileFile command="" /> <Clean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c install-python" /> <DistClean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c install-python" /> </MakeCommands> </Target> <Target title="Debug_static"> <Option output="fife" prefix_auto="1" extension_auto="1" /> <Option working_dir="" /> <Option type="2" /> <Option createDefFile="1" /> <MakeCommands> <Build command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile --enable-debug fife-static" /> <CompileFile command="" /> <Clean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c --enable-debug fife-static" /> <DistClean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c --enable-debug fife-static" /> </MakeCommands> </Target> <Target title="Debug_shared"> <Option output="fife" prefix_auto="1" extension_auto="1" /> <Option type="3" /> <Option createDefFile="1" /> <Option createStaticLib="1" /> <MakeCommands> <Build command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile --enable-debug fife-shared" /> <CompileFile command="" /> <Clean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c --enable-debug fife-shared" /> <DistClean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c --enable-debug fife-shared" /> </MakeCommands> </Target> <Target title="Release_static"> <Option output="fife" prefix_auto="1" extension_auto="1" /> <Option working_dir="" /> <Option type="2" /> <Option createDefFile="1" /> <MakeCommands> <Build command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile fife-static" /> <CompileFile command="" /> <Clean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c fife-static" /> <DistClean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c fife-static" /> </MakeCommands> </Target> <Target title="Release_shared"> <Option output="fife" prefix_auto="1" extension_auto="1" /> <Option type="3" /> <Option createDefFile="1" /> <Option createStaticLib="1" /> <MakeCommands> <Build command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile fife-shared" /> <CompileFile command="" /> <Clean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c fife-shared" /> <DistClean command="python ../../applications/scons/scons.py -C ../../../../ -f $makefile -c fife-shared" /> </MakeCommands> </Target> </Build> <Compiler> <Add option="/W3" /> </Compiler> __FILE_INSERTION_POINT__ <Extensions> <code_completion /> <debugger /> </Extensions> </Project> </CodeBlocks_project_file>