view build/win32/build_environments/code_blocks/engine_template.xml @ 607:eab690c748a3

This is a more permanent fix for the timer issues. Pychan was using the timers incorrectly. This has now been fixed. It has eliminated the need to have global lists of timers in fife_timer. This has not been tested extensivly. [t:483]
author prock@33b003aa-7bff-0310-803a-e67f0ece8222
date Fri, 17 Sep 2010 19:55:15 +0000
parents 621b062e752d
children 0a798d5c241a
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" />
		<Option compiler="msvc8" />
		<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 compiler="msvc8" />
				<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 compiler="msvc8" />
				<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 compiler="msvc8" />
				<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 compiler="msvc8" />
				<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 compiler="msvc8" />
				<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 compiler="msvc8" />
				<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>