[Scummvm-cvs-logs] SF.net SVN: scummvm:[54180] scummvm/trunk/dists

littleboy at users.sourceforge.net littleboy at users.sourceforge.net
Wed Nov 10 04:44:50 CET 2010


Revision: 54180
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54180&view=rev
Author:   littleboy
Date:     2010-11-10 03:44:50 +0000 (Wed, 10 Nov 2010)

Log Message:
-----------
TOOLS: Update batch files for new create_project tool

Modified Paths:
--------------
    scummvm/trunk/dists/msvc10/create_msvc10.bat
    scummvm/trunk/dists/msvc10/readme.txt
    scummvm/trunk/dists/msvc8/create_msvc8.bat
    scummvm/trunk/dists/msvc8/readme.txt
    scummvm/trunk/dists/msvc9/create_msvc9.bat
    scummvm/trunk/dists/msvc9/readme.txt

Added Paths:
-----------
    scummvm/trunk/dists/codeblocks/create_codeblocks.bat
    scummvm/trunk/dists/codeblocks/readme.txt

Removed Paths:
-------------
    scummvm/trunk/dists/codeblocks/agi.cbp
    scummvm/trunk/dists/codeblocks/agi.depend
    scummvm/trunk/dists/codeblocks/agi.layout
    scummvm/trunk/dists/codeblocks/agos.cbp
    scummvm/trunk/dists/codeblocks/agos.depend
    scummvm/trunk/dists/codeblocks/agos.layout
    scummvm/trunk/dists/codeblocks/cine.cbp
    scummvm/trunk/dists/codeblocks/cine.depend
    scummvm/trunk/dists/codeblocks/cine.layout
    scummvm/trunk/dists/codeblocks/gob.cbp
    scummvm/trunk/dists/codeblocks/gob.depend
    scummvm/trunk/dists/codeblocks/gob.layout
    scummvm/trunk/dists/codeblocks/kyra.cbp
    scummvm/trunk/dists/codeblocks/kyra.depend
    scummvm/trunk/dists/codeblocks/kyra.layout
    scummvm/trunk/dists/codeblocks/lure.cbp
    scummvm/trunk/dists/codeblocks/lure.depend
    scummvm/trunk/dists/codeblocks/lure.layout
    scummvm/trunk/dists/codeblocks/parallaction.cbp
    scummvm/trunk/dists/codeblocks/parallaction.depend
    scummvm/trunk/dists/codeblocks/parallaction.layout
    scummvm/trunk/dists/codeblocks/queen.cbp
    scummvm/trunk/dists/codeblocks/queen.depend
    scummvm/trunk/dists/codeblocks/queen.layout
    scummvm/trunk/dists/codeblocks/saga.cbp
    scummvm/trunk/dists/codeblocks/saga.depend
    scummvm/trunk/dists/codeblocks/saga.layout
    scummvm/trunk/dists/codeblocks/scumm.cbp
    scummvm/trunk/dists/codeblocks/scumm.depend
    scummvm/trunk/dists/codeblocks/scumm.layout
    scummvm/trunk/dists/codeblocks/scummvm.cbp
    scummvm/trunk/dists/codeblocks/scummvm.depend
    scummvm/trunk/dists/codeblocks/scummvm.layout
    scummvm/trunk/dists/codeblocks/scummvm.workspace
    scummvm/trunk/dists/codeblocks/sky.cbp
    scummvm/trunk/dists/codeblocks/sky.depend
    scummvm/trunk/dists/codeblocks/sky.layout
    scummvm/trunk/dists/codeblocks/sword1.cbp
    scummvm/trunk/dists/codeblocks/sword1.depend
    scummvm/trunk/dists/codeblocks/sword1.layout
    scummvm/trunk/dists/codeblocks/sword2.cbp
    scummvm/trunk/dists/codeblocks/sword2.depend
    scummvm/trunk/dists/codeblocks/sword2.layout
    scummvm/trunk/dists/codeblocks/touche.cbp
    scummvm/trunk/dists/codeblocks/touche.depend
    scummvm/trunk/dists/codeblocks/touche.layout

Deleted: scummvm/trunk/dists/codeblocks/agi.cbp
===================================================================
--- scummvm/trunk/dists/codeblocks/agi.cbp	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/agi.cbp	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,292 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="5" />
-	<Project>
-		<Option title="agi" />
-		<Option pch_mode="2" />
-		<Option default_target="" />
-		<Option compiler="gcc" />
-		<Option virtualFolders="" />
-		<Build>
-			<Target title="default">
-				<Option output="scummvm\engines\agi\libagi.a" prefix_auto="1" extension_auto="1" />
-				<Option working_dir="" />
-				<Option object_output="scummvm" />
-				<Option type="2" />
-				<Option compiler="gcc" />
-				<Option createDefFile="1" />
-				<Compiler>
-					<Add option="-g" />
-					<Add directory="..\..\engines" />
-					<Add directory="..\..\..\scummvm" />
-				</Compiler>
-			</Target>
-		</Build>
-		<Compiler>
-			<Add option="-Wall" />
-		</Compiler>
-		<Unit filename="..\..\engines\agi\agi.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\agi.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\agi_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\agi_v3.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\checks.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\console.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\console.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\cycle.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\detection.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\font.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\global.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\graphics.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\graphics.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\id.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\inv.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\keyboard.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\keyboard.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\loader_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\loader_v3.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\logic.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\logic.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\lzw.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\lzw.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\menu.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\menu.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\motion.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\objects.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\op_cmd.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\op_dbg.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\op_test.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\opcodes.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\patches.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\picture.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\picture.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi_common.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi_common.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi_mickey.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi_mickey.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi_troll.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi_troll.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi_winnie.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\preagi_winnie.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\predictive.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\saveload.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\sound.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\sound.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\sprite.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\sprite.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\text.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\view.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\view.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\wagparser.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\wagparser.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agi\words.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Extensions />
-	</Project>
-</CodeBlocks_project_file>

Deleted: scummvm/trunk/dists/codeblocks/agi.depend
===================================================================
--- scummvm/trunk/dists/codeblocks/agi.depend	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/agi.depend	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1 +0,0 @@
-# depslib dependency file v1.0

Deleted: scummvm/trunk/dists/codeblocks/agi.layout
===================================================================
--- scummvm/trunk/dists/codeblocks/agi.layout	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/agi.layout	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,103 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_layout_file>
-	<ActiveTarget name="default" />
-	<File name="..\..\engines\agi\agi.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1119" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\agi.h" open="0" top="0" tabpos="0">
-		<Cursor position="1147" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\checks.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\console.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\cycle.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\detection.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\font.h" open="0" top="0" tabpos="0">
-		<Cursor position="1167" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\global.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\graphics.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1161" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\graphics.h" open="0" top="0" tabpos="0">
-		<Cursor position="1181" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\id.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1123" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\inv.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1125" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\keyboard.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\keyboard.h" open="0" top="0" tabpos="0">
-		<Cursor position="1181" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\loader_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="4" />
-	</File>
-	<File name="..\..\engines\agi\loader_v3.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="4" />
-	</File>
-	<File name="..\..\engines\agi\logic.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\logic.h" open="0" top="0" tabpos="0">
-		<Cursor position="1169" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\lzw.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1502" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\menu.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\motion.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\objects.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\op_cmd.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\op_dbg.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\op_test.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\picture.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\preagi.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1123" topLine="4" />
-	</File>
-	<File name="..\..\engines\agi\preagi_common.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="4" />
-	</File>
-	<File name="..\..\engines\agi\preagi_mickey.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="4" />
-	</File>
-	<File name="..\..\engines\agi\saveload.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1266" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\sound.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\view.h" open="0" top="0" tabpos="0">
-		<Cursor position="1163" topLine="0" />
-	</File>
-	<File name="..\..\engines\agi\wagparser.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="4" />
-	</File>
-</CodeBlocks_layout_file>

Deleted: scummvm/trunk/dists/codeblocks/agos.cbp
===================================================================
--- scummvm/trunk/dists/codeblocks/agos.cbp	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/agos.cbp	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,256 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="5" />
-	<Project>
-		<Option title="agos" />
-		<Option pch_mode="2" />
-		<Option default_target="" />
-		<Option compiler="gcc" />
-		<Option virtualFolders="" />
-		<Build>
-			<Target title="default">
-				<Option output="scummvm\engines\agos\libagos.a" prefix_auto="1" extension_auto="1" />
-				<Option working_dir="" />
-				<Option object_output="scummvm" />
-				<Option type="2" />
-				<Option compiler="gcc" />
-				<Option createDefFile="1" />
-				<Compiler>
-					<Add option="-g" />
-					<Add directory="..\..\engines" />
-					<Add directory="..\..\..\scummvm" />
-				</Compiler>
-			</Target>
-		</Build>
-		<Compiler>
-			<Add option="-Wall" />
-		</Compiler>
-		<Unit filename="..\..\engines\agos\agos.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\agos.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\animation.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\animation.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\charset.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\contain.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\cursor.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\debug.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\debug.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\debugger.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\debugger.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\detection.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\detection_tables.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\draw.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\event.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\gfx.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\icons.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\input.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\intern.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\items.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\menus.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\midi.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\midi.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\midiparser_s1d.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\oracle.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\res.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\res_ami.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\res_snd.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\rooms.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\saveload.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\script.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\script_e1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\script_e2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\script_ff.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\script_pp.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\script_s1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\script_s2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\script_ww.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\sound.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\sound.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\string.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\subroutine.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\verb.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\vga.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\vga.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\vga_e2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\vga_ff.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\vga_s1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\vga_s2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\vga_ww.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\window.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\agos\zones.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Extensions />
-	</Project>
-</CodeBlocks_project_file>

Deleted: scummvm/trunk/dists/codeblocks/agos.depend
===================================================================
--- scummvm/trunk/dists/codeblocks/agos.depend	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/agos.depend	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1 +0,0 @@
-# depslib dependency file v1.0

Deleted: scummvm/trunk/dists/codeblocks/agos.layout
===================================================================
--- scummvm/trunk/dists/codeblocks/agos.layout	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/agos.layout	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,136 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_layout_file>
-	<ActiveTarget name="default" />
-	<File name="..\..\engines\agos\agos.cpp" open="0" top="0" tabpos="1">
-		<Cursor position="1128" topLine="25" />
-	</File>
-	<File name="..\..\engines\agos\animation.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\charset.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\contain.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1134" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\cursor.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\debug.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1155" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\debug.h" open="0" top="0" tabpos="0">
-		<Cursor position="1200" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\debugger.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1136" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\detection.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1128" topLine="9" />
-	</File>
-	<File name="..\..\engines\agos\draw.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1128" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\event.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1130" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\gfx.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1123" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\icons.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\input.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\items.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1130" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\menus.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1130" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\midi.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1128" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\midiparser_s1d.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1148" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\oracle.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1132" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\res.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1171" topLine="26" />
-	</File>
-	<File name="..\..\engines\agos\res_ami.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1196" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\res_snd.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\rooms.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1130" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\saveload.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1136" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\script.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1176" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\script_e1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1138" topLine="25" />
-	</File>
-	<File name="..\..\engines\agos\script_e2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\script_ff.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1138" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\script_pp.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\script_s1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1138" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\script_s2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1138" topLine="25" />
-	</File>
-	<File name="..\..\engines\agos\script_ww.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\sound.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1130" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\string.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\subroutine.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\verb.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1155" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\vga.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1169" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\vga_e2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1172" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\vga_ff.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\vga_s1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1132" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\vga_s2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\vga_ww.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1172" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\window.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\agos\zones.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-</CodeBlocks_layout_file>

Deleted: scummvm/trunk/dists/codeblocks/cine.cbp
===================================================================
--- scummvm/trunk/dists/codeblocks/cine.cbp	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/cine.cbp	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,198 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="5" />
-	<Project>
-		<Option title="cine" />
-		<Option pch_mode="2" />
-		<Option default_target="" />
-		<Option compiler="gcc" />
-		<Option virtualFolders="" />
-		<Build>
-			<Target title="default">
-				<Option output="scummvm\engines\cine\libcine.a" prefix_auto="1" extension_auto="1" />
-				<Option working_dir="" />
-				<Option object_output="scummvm" />
-				<Option type="2" />
-				<Option compiler="gcc" />
-				<Option createDefFile="1" />
-				<Compiler>
-					<Add option="-g" />
-				</Compiler>
-			</Target>
-		</Build>
-		<Compiler>
-			<Add option="-Wall" />
-			<Add directory="..\..\engines" />
-			<Add directory="..\..\..\scummvm" />
-		</Compiler>
-		<Unit filename="..\..\engines\cine\anim.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\anim.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\bg.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\bg.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\bg_list.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\bg_list.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\cine.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\cine.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\detection.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\gfx.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\gfx.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\main_loop.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\main_loop.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\msg.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\msg.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\object.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\object.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\pal.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\pal.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\part.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\part.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\prc.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\prc.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\rel.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\rel.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\script.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\script.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\sound.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\texte.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\texte.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\unpack.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\unpack.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\various.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\cine\various.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Extensions />
-	</Project>
-</CodeBlocks_project_file>

Deleted: scummvm/trunk/dists/codeblocks/cine.depend
===================================================================
--- scummvm/trunk/dists/codeblocks/cine.depend	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/cine.depend	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1 +0,0 @@
-# depslib dependency file v1.0

Deleted: scummvm/trunk/dists/codeblocks/cine.layout
===================================================================
--- scummvm/trunk/dists/codeblocks/cine.layout	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/cine.layout	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_layout_file>
-	<ActiveTarget name="" />
-	<File name="..\..\engines\cine\anim.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\bg.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\bg_list.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1134" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\bg_list.h" open="0" top="0" tabpos="0">
-		<Cursor position="1178" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\cine.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1128" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\cine.h" open="0" top="0" tabpos="0">
-		<Cursor position="1158" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\detection.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1132" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\main_loop.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1138" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\msg.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1126" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\object.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1132" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\prc.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1126" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\rel.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1126" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\script.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1132" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\sound.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="22151" topLine="769" />
-	</File>
-	<File name="..\..\engines\cine\texte.h" open="0" top="0" tabpos="0">
-		<Cursor position="1172" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\unpack.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1132" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\unpack.h" open="0" top="0" tabpos="0">
-		<Cursor position="1176" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\various.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1132" topLine="0" />
-	</File>
-	<File name="..\..\engines\cine\various.h" open="0" top="0" tabpos="0">
-		<Cursor position="1180" topLine="0" />
-	</File>
-</CodeBlocks_layout_file>

Added: scummvm/trunk/dists/codeblocks/create_codeblocks.bat
===================================================================
--- scummvm/trunk/dists/codeblocks/create_codeblocks.bat	                        (rev 0)
+++ scummvm/trunk/dists/codeblocks/create_codeblocks.bat	2010-11-10 03:44:50 UTC (rev 54180)
@@ -0,0 +1,34 @@
+ at echo off
+echo.
+echo Automatic creation of the Code::Blocks project files
+echo.
+
+if not exist create_project.exe goto no_tool
+
+:question
+echo.
+set /p batchanswer="Enable (S)table engines only, or (A)ll engines? (S/A)"
+if "%batchanswer%"=="s" goto stable
+if "%batchanswer%"=="S" goto stable
+if "%batchanswer%"=="a" goto all
+if "%batchanswer%"=="A" goto all
+goto question
+
+:no_tool
+echo create_project.exe not found in the current folder.
+echo You need to build it first and copy it in this
+echo folder
+goto done
+
+:all
+echo Creating project files with all engines enabled (stable and unstable)
+create_project ..\.. --enable-all-engines --codeblocks
+goto done
+
+:stable
+echo Creating normal project files, with only the stable engines enabled
+create_project ..\.. --codeblocks
+goto done
+
+:done
+pause
\ No newline at end of file


Property changes on: scummvm/trunk/dists/codeblocks/create_codeblocks.bat
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: svn:eol-style
   + native

Deleted: scummvm/trunk/dists/codeblocks/gob.cbp
===================================================================
--- scummvm/trunk/dists/codeblocks/gob.cbp	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/gob.cbp	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,400 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="5" />
-	<Project>
-		<Option title="gob" />
-		<Option pch_mode="2" />
-		<Option default_target="" />
-		<Option compiler="gcc" />
-		<Option virtualFolders="" />
-		<Build>
-			<Target title="default">
-				<Option output="scummvm\engines\gob\libgob.a" prefix_auto="1" extension_auto="1" />
-				<Option working_dir="" />
-				<Option object_output="scummvm" />
-				<Option type="2" />
-				<Option compiler="gcc" />
-				<Option createDefFile="1" />
-				<Compiler>
-					<Add option="-g" />
-				</Compiler>
-			</Target>
-		</Build>
-		<Compiler>
-			<Add option="-Wall" />
-			<Add directory="..\..\engines" />
-			<Add directory="..\..\..\scummvm" />
-		</Compiler>
-		<Unit filename="..\..\engines\gob\anim.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\anim.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\cdrom.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\cdrom.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\coktelvideo.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\coktelvideo.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\dataio.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\dataio.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\detection.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\draw.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\draw.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\draw_bargon.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\draw_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\draw_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\driver_vga.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\driver_vga.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\game.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\game.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\game_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\game_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\global.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\global.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\gob.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\gob.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\goblin.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\goblin.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\goblin_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\goblin_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\goblin_v3.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\init.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\init.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\init_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\init_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\init_v3.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\inter.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\inter.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\inter_bargon.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\inter_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\inter_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\inter_v3.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\inter_v4.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\map.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\map.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\map_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\map_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\map_v4.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\mult.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\mult.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\mult_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\mult_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\music.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\music.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\pack.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\pack.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\palanim.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\palanim.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\parse.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\parse.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\parse_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\parse_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\saveload.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\saveload.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\saveload_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\saveload_v3.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\scenery.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\scenery.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\scenery_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\scenery_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\sound.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\sound.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\timer.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\timer.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\util.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\util.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\video.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\video.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\video_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\video_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\videoplayer.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\gob\videoplayer.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Extensions />
-	</Project>
-</CodeBlocks_project_file>

Deleted: scummvm/trunk/dists/codeblocks/gob.depend
===================================================================
--- scummvm/trunk/dists/codeblocks/gob.depend	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/gob.depend	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1 +0,0 @@
-# depslib dependency file v1.0

Deleted: scummvm/trunk/dists/codeblocks/gob.layout
===================================================================
--- scummvm/trunk/dists/codeblocks/gob.layout	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/gob.layout	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,151 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_layout_file>
-	<ActiveTarget name="" />
-	<File name="..\..\engines\gob\cdrom.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\coktelvideo.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1139" topLine="4" />
-	</File>
-	<File name="..\..\engines\gob\dataio.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\dataio.h" open="0" top="0" tabpos="0">
-		<Cursor position="1171" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\detection.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1134" topLine="25" />
-	</File>
-	<File name="..\..\engines\gob\draw.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1125" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\draw_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\draw_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\driver_vga.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1139" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\game.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1125" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\game_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\game_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1152" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\global.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1570" topLine="29" />
-	</File>
-	<File name="..\..\engines\gob\gob.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1123" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\gob.h" open="0" top="0" tabpos="0">
-		<Cursor position="1159" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\goblin_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\goblin_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\init.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1125" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\init_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\init_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\init_v3.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="1" />
-	</File>
-	<File name="..\..\engines\gob\inter.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\inter_bargon.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1141" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\inter_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\inter_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\inter_v3.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="4" />
-	</File>
-	<File name="..\..\engines\gob\inter_v4.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="4" />
-	</File>
-	<File name="..\..\engines\gob\map.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1123" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\map_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\map_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\map_v4.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="4" />
-	</File>
-	<File name="..\..\engines\gob\mult.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\mult_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\mult_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\music.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1155" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\parse.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\parse_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\parse_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\saveload.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="4" />
-	</File>
-	<File name="..\..\engines\gob\saveload_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="4" />
-	</File>
-	<File name="..\..\engines\gob\saveload_v3.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="4" />
-	</File>
-	<File name="..\..\engines\gob\scenery.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\scenery_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1139" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\scenery_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1139" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\sound.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\util.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1125" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\video.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\video_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\gob\video_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-</CodeBlocks_layout_file>

Deleted: scummvm/trunk/dists/codeblocks/kyra.cbp
===================================================================
--- scummvm/trunk/dists/codeblocks/kyra.cbp	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/kyra.cbp	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,337 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="5" />
-	<Project>
-		<Option title="kyra" />
-		<Option pch_mode="2" />
-		<Option default_target="" />
-		<Option compiler="gcc" />
-		<Option virtualFolders="" />
-		<Build>
-			<Target title="default">
-				<Option output="scummvm\engines\kyra\libkyra.a" prefix_auto="1" extension_auto="1" />
-				<Option working_dir="" />
-				<Option object_output="scummvm" />
-				<Option type="2" />
-				<Option compiler="gcc" />
-				<Option createDefFile="1" />
-				<Compiler>
-					<Add option="-g" />
-					<Add directory="..\..\..\scummvm" />
-					<Add directory="..\..\engines" />
-				</Compiler>
-			</Target>
-		</Build>
-		<Unit filename="..\..\engines\kyra\animator_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\animator_v1.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\animator_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\debugger.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\debugger.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\detection.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\gui.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\gui_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\gui_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\items.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\items_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\items_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra2.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra3.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra3.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra_v1.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra_v2.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra_v3.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\kyra_v3.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\plugin.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\resource.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\resource.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\saveload.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\saveload_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\scene.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\scene_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\scene_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\screen.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\screen.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\screen_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\screen_v1.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\screen_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\screen_v2.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\script.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\script.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\script_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\script_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\seqplayer.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\seqplayer.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sequences_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sequences_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sound.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sound.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sound_adlib.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sound_digital.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sound_towns.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sound_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sprites.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\sprites.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\staticres.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\text.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\text.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\text_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\timer.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\timer.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\timer_v1.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\timer_v2.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\util.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\vqa.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\vqa.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\wsamovie.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\kyra\wsamovie.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Extensions />
-	</Project>
-</CodeBlocks_project_file>

Deleted: scummvm/trunk/dists/codeblocks/kyra.depend
===================================================================
--- scummvm/trunk/dists/codeblocks/kyra.depend	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/kyra.depend	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1 +0,0 @@
-# depslib dependency file v1.0

Deleted: scummvm/trunk/dists/codeblocks/kyra.layout
===================================================================
--- scummvm/trunk/dists/codeblocks/kyra.layout	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/kyra.layout	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_layout_file>
-	<ActiveTarget name="" />
-	<File name="..\..\engines\kyra\animator_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1963" topLine="34" />
-	</File>
-	<File name="..\..\engines\kyra\debugger.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\kyra.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\kyra3.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="16716" topLine="639" />
-	</File>
-	<File name="..\..\engines\kyra\resource.cpp" open="0" top="0" tabpos="3">
-		<Cursor position="1136" topLine="25" />
-	</File>
-	<File name="..\..\engines\kyra\resource.h" open="0" top="0" tabpos="4">
-		<Cursor position="1183" topLine="28" />
-	</File>
-	<File name="..\..\engines\kyra\saveload_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1139" topLine="4" />
-	</File>
-	<File name="..\..\engines\kyra\screen.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\screen_v2.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="4" />
-	</File>
-	<File name="..\..\engines\kyra\script.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1131" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\script_v1.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\seqplayer.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1137" topLine="25" />
-	</File>
-	<File name="..\..\engines\kyra\sound.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1129" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\sound.h" open="0" top="0" tabpos="0">
-		<Cursor position="1947" topLine="2" />
-	</File>
-	<File name="..\..\engines\kyra\sound_adlib.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1917" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\sound_towns.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1142" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\sprites.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1133" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\staticres.cpp" open="0" top="0" tabpos="2">
-		<Cursor position="1137" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\text.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1127" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\vqa.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1416" topLine="0" />
-	</File>
-	<File name="..\..\engines\kyra\wsamovie.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1135" topLine="0" />
-	</File>
-</CodeBlocks_layout_file>

Deleted: scummvm/trunk/dists/codeblocks/lure.cbp
===================================================================
--- scummvm/trunk/dists/codeblocks/lure.cbp	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/lure.cbp	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,238 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="5" />
-	<Project>
-		<Option title="lure" />
-		<Option pch_mode="2" />
-		<Option default_target="" />
-		<Option compiler="gcc" />
-		<Option virtualFolders="" />
-		<Build>
-			<Target title="default">
-				<Option output="scummvm\engines\lure\liblure.a" prefix_auto="1" extension_auto="1" />
-				<Option working_dir="" />
-				<Option object_output="scummvm" />
-				<Option type="2" />
-				<Option compiler="gcc" />
-				<Option createDefFile="1" />
-				<Compiler>
-					<Add option="-g" />
-				</Compiler>
-			</Target>
-		</Build>
-		<Compiler>
-			<Add option="-Wall" />
-			<Add directory="..\..\engines" />
-			<Add directory="..\..\..\scummvm" />
-		</Compiler>
-		<Unit filename="..\..\engines\lure\animseq.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\animseq.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\debugger.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\debugger.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\decode.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\decode.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\detection.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\disk.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\disk.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\events.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\events.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\fights.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\game.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\game.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\hotspots.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\hotspots.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\intro.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\intro.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\lure.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\lure.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\luredefs.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\memory.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\memory.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\menu.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\menu.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\palette.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\palette.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\res.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\res.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\res_struct.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\res_struct.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\room.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\room.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\screen.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\screen.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\scripts.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\scripts.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\sound.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\strings.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\strings.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\surface.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\lure\surface.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Extensions />
-	</Project>
-</CodeBlocks_project_file>

Deleted: scummvm/trunk/dists/codeblocks/lure.depend
===================================================================
--- scummvm/trunk/dists/codeblocks/lure.depend	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/lure.depend	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1 +0,0 @@
-# depslib dependency file v1.0

Deleted: scummvm/trunk/dists/codeblocks/lure.layout
===================================================================
--- scummvm/trunk/dists/codeblocks/lure.layout	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/lure.layout	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_layout_file>
-	<ActiveTarget name="" />
-	<File name="..\..\engines\lure\debugger.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1138" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\decode.h" open="0" top="0" tabpos="0">
-		<Cursor position="1176" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\detection.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1134" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\disk.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1128" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\disk.h" open="0" top="0" tabpos="0">
-		<Cursor position="1168" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\events.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="1134" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\events.h" open="0" top="0" tabpos="0">
-		<Cursor position="1178" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\fights.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="0" topLine="15" />
-	</File>
-	<File name="..\..\engines\lure\game.h" open="0" top="0" tabpos="0">
-		<Cursor position="1170" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\hotspots.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="99018" topLine="3367" />
-	</File>
-	<File name="..\..\engines\lure\lure.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="3484" topLine="105" />
-	</File>
-	<File name="..\..\engines\lure\luredefs.h" open="0" top="0" tabpos="0">
-		<Cursor position="1176" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\memory.h" open="0" top="0" tabpos="0">
-		<Cursor position="1176" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\menu.h" open="0" top="0" tabpos="0">
-		<Cursor position="1170" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\res_struct.h" open="0" top="0" tabpos="0">
-		<Cursor position="9288" topLine="408" />
-	</File>
-	<File name="..\..\engines\lure\room.h" open="0" top="0" tabpos="0">
-		<Cursor position="1170" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\screen.h" open="0" top="0" tabpos="0">
-		<Cursor position="1178" topLine="0" />
-	</File>
-	<File name="..\..\engines\lure\surface.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="25208" topLine="790" />
-	</File>
-	<File name="..\..\engines\lure\surface.h" open="0" top="0" tabpos="0">
-		<Cursor position="1182" topLine="0" />
-	</File>
-</CodeBlocks_layout_file>

Deleted: scummvm/trunk/dists/codeblocks/parallaction.cbp
===================================================================
--- scummvm/trunk/dists/codeblocks/parallaction.cbp	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/parallaction.cbp	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,205 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="5" />
-	<Project>
-		<Option title="parallaction" />
-		<Option pch_mode="2" />
-		<Option default_target="" />
-		<Option compiler="gcc" />
-		<Option virtualFolders="" />
-		<Build>
-			<Target title="default">
-				<Option output="scummvm\engines\parallaction\libparallaction.a" prefix_auto="1" extension_auto="1" />
-				<Option working_dir="" />
-				<Option object_output="scummvm\" />
-				<Option type="2" />
-				<Option compiler="gcc" />
-				<Option createDefFile="1" />
-				<Compiler>
-					<Add option="-O2" />
-					<Add option="-Wno-multichar" />
-					<Add directory="..\..\engines" />
-					<Add directory="..\..\..\scummvm" />
-				</Compiler>
-				<Linker>
-					<Add option="-s" />
-				</Linker>
-			</Target>
-		</Build>
-		<Compiler>
-			<Add option="-Wall" />
-			<Add option="-Wno-multichar" />
-			<Add directory="..\..\engines" />
-			<Add directory="..\..\..\scummvm" />
-		</Compiler>
-		<Unit filename="..\..\engines\parallaction\callables_br.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\callables_ns.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\debug.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\debug.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\defs.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\detection.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\dialogue.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\disk.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\disk_br.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\disk_ns.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\exec_br.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\exec_ns.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\font.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\graphics.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\graphics.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\inventory.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\inventory.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\menu.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\menu.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\module.mk">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\objects.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\objects.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\parallaction.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\parallaction.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\parallaction_br.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\parallaction_ns.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\parser.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\parser.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\parser_br.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\parser_ns.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\saveload.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\sound.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\sound.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\staticres.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\walk.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\parallaction\walk.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Extensions />
-	</Project>
-</CodeBlocks_project_file>

Deleted: scummvm/trunk/dists/codeblocks/parallaction.depend
===================================================================
--- scummvm/trunk/dists/codeblocks/parallaction.depend	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/parallaction.depend	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1 +0,0 @@
-# depslib dependency file v1.0

Deleted: scummvm/trunk/dists/codeblocks/parallaction.layout
===================================================================
--- scummvm/trunk/dists/codeblocks/parallaction.layout	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/parallaction.layout	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_layout_file>
-	<ActiveTarget name="default" />
-	<File name="..\..\engines\parallaction\callables_br.cpp" open="0" top="0" tabpos="26">
-		<Cursor position="1149" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\callables_ns.cpp" open="0" top="0" tabpos="16">
-		<Cursor position="1151" topLine="15" />
-	</File>
-	<File name="..\..\engines\parallaction\debug.cpp" open="0" top="0" tabpos="5">
-		<Cursor position="1137" topLine="15" />
-	</File>
-	<File name="..\..\engines\parallaction\debug.h" open="0" top="0" tabpos="6">
-		<Cursor position="600" topLine="0" />
-	</File>
-	<File name="..\..\engines\parallaction\defs.h" open="0" top="0" tabpos="23">
-		<Cursor position="1189" topLine="17" />
-	</File>
-	<File name="..\..\engines\parallaction\detection.cpp" open="0" top="0" tabpos="20">
-		<Cursor position="1138" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\dialogue.cpp" open="0" top="0" tabpos="8">
-		<Cursor position="1141" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\disk.h" open="0" top="0" tabpos="28">
-		<Cursor position="4173" topLine="78" />
-	</File>
-	<File name="..\..\engines\parallaction\disk_br.cpp" open="0" top="0" tabpos="23">
-		<Cursor position="1139" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\disk_ns.cpp" open="0" top="0" tabpos="15">
-		<Cursor position="1137" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\exec_br.cpp" open="0" top="0" tabpos="9">
-		<Cursor position="0" topLine="0" />
-	</File>
-	<File name="..\..\engines\parallaction\exec_ns.cpp" open="0" top="0" tabpos="6">
-		<Cursor position="1139" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\font.cpp" open="0" top="0" tabpos="10">
-		<Cursor position="1133" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\graphics.cpp" open="0" top="0" tabpos="14">
-		<Cursor position="1141" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\graphics.h" open="0" top="0" tabpos="17">
-		<Cursor position="1940" topLine="83" />
-	</File>
-	<File name="..\..\engines\parallaction\inventory.cpp" open="0" top="0" tabpos="11">
-		<Cursor position="1143" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\inventory.h" open="0" top="0" tabpos="12">
-		<Cursor position="1559" topLine="6" />
-	</File>
-	<File name="..\..\engines\parallaction\menu.cpp" open="0" top="0" tabpos="13">
-		<Cursor position="1133" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\menu.h" open="0" top="0" tabpos="10">
-		<Cursor position="1382" topLine="2" />
-	</File>
-	<File name="..\..\engines\parallaction\module.mk" open="0" top="0" tabpos="7">
-		<Cursor position="131" topLine="0" />
-	</File>
-	<File name="..\..\engines\parallaction\objects.cpp" open="0" top="0" tabpos="1">
-		<Cursor position="1139" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\objects.h" open="0" top="0" tabpos="4">
-		<Cursor position="6066" topLine="247" />
-	</File>
-	<File name="..\..\engines\parallaction\parallaction.cpp" open="0" top="0" tabpos="2">
-		<Cursor position="1147" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\parallaction.h" open="0" top="0" tabpos="3">
-		<Cursor position="1276" topLine="24" />
-	</File>
-	<File name="..\..\engines\parallaction\parallaction_br.cpp" open="0" top="0" tabpos="13">
-		<Cursor position="7185" topLine="305" />
-	</File>
-	<File name="..\..\engines\parallaction\parallaction_ns.cpp" open="0" top="0" tabpos="7">
-		<Cursor position="1155" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\parser.cpp" open="0" top="0" tabpos="16">
-		<Cursor position="1135" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\parser.h" open="0" top="0" tabpos="12">
-		<Cursor position="1497" topLine="12" />
-	</File>
-	<File name="..\..\engines\parallaction\parser_br.cpp" open="0" top="0" tabpos="10">
-		<Cursor position="0" topLine="0" />
-	</File>
-	<File name="..\..\engines\parallaction\parser_ns.cpp" open="0" top="0" tabpos="7">
-		<Cursor position="1143" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\saveload.cpp" open="0" top="0" tabpos="9">
-		<Cursor position="1141" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\sound.cpp" open="0" top="0" tabpos="24">
-		<Cursor position="1135" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\sound.h" open="0" top="0" tabpos="16">
-		<Cursor position="2404" topLine="45" />
-	</File>
-	<File name="..\..\engines\parallaction\staticres.cpp" open="0" top="0" tabpos="4">
-		<Cursor position="1143" topLine="14" />
-	</File>
-	<File name="..\..\engines\parallaction\walk.cpp" open="0" top="0" tabpos="10">
-		<Cursor position="3" topLine="21" />
-	</File>
-	<File name="..\..\engines\parallaction\walk.h" open="0" top="0" tabpos="1">
-		<Cursor position="1353" topLine="10" />
-	</File>
-</CodeBlocks_layout_file>

Deleted: scummvm/trunk/dists/codeblocks/queen.cbp
===================================================================
--- scummvm/trunk/dists/codeblocks/queen.cbp	2010-11-10 03:34:08 UTC (rev 54179)
+++ scummvm/trunk/dists/codeblocks/queen.cbp	2010-11-10 03:44:50 UTC (rev 54180)
@@ -1,230 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
-<CodeBlocks_project_file>
-	<FileVersion major="1" minor="5" />
-	<Project>
-		<Option title="queen" />
-		<Option pch_mode="2" />
-		<Option default_target="" />
-		<Option compiler="gcc" />
-		<Option virtualFolders="" />
-		<Build>
-			<Target title="default">
-				<Option output="scummvm\engines\queen\libqueen.a" prefix_auto="1" extension_auto="1" />
-				<Option working_dir="" />
-				<Option object_output="scummvm" />
-				<Option type="2" />
-				<Option compiler="gcc" />
-				<Option createDefFile="1" />
-				<Compiler>
-					<Add option="-g" />
-				</Compiler>
-			</Target>
-		</Build>
-		<Compiler>
-			<Add option="-Wall" />
-			<Add directory="..\..\engines" />
-			<Add directory="..\..\..\scummvm" />
-		</Compiler>
-		<Unit filename="..\..\engines\queen\bankman.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\bankman.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\command.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\command.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\credits.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\credits.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\cutaway.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\cutaway.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\debug.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\debug.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\defs.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\display.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\display.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\graphics.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\graphics.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\grid.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\grid.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\input.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\input.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\journal.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\journal.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\logic.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\logic.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\music.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\music.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\musicdata.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\queen.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\queen.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\resource.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\resource.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\restables.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\sound.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\sound.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\state.cpp">
-			<Option compilerVar="CPP" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\state.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\structs.h">
-			<Option compilerVar="CPP" />
-			<Option compile="0" />
-			<Option link="0" />
-			<Option target="default" />
-		</Unit>
-		<Unit filename="..\..\engines\queen\talk.cpp">
-			<Option compilerVar="CPP" />

@@ Diff output truncated at 100000 characters. @@

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list