[Scummvm-cvs-logs] SF.net SVN: scummvm: [31992] scummvm/branches/gsoc2008-rtl

cpage88 at users.sourceforge.net cpage88 at users.sourceforge.net
Sun May 11 01:44:46 CEST 2008


Revision: 31992
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31992&view=rev
Author:   cpage88
Date:     2008-05-10 16:44:46 -0700 (Sat, 10 May 2008)

Log Message:
-----------
Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6

Modified Paths:
--------------
    scummvm/branches/gsoc2008-rtl/base/main.cpp
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/agi.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/agos.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/cine.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/gob.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/kyra.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/lure.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/parallaction.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/queen.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/saga.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/scumm.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/scummvm.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/sky.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/sword1.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/sword2.layout
    scummvm/branches/gsoc2008-rtl/dists/codeblocks/touche.layout

Modified: scummvm/branches/gsoc2008-rtl/base/main.cpp
===================================================================
--- scummvm/branches/gsoc2008-rtl/base/main.cpp	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/base/main.cpp	2008-05-10 23:44:46 UTC (rev 31992)
@@ -224,7 +224,9 @@
 	// Reset the file/directory mappings
 	Common::File::resetDefaultDirectories();
 
-	return 0;
+
+
+    return 1;   // Changing from return 0, in order to return to launcher
 }
 
 

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/agi.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/agi.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/agi.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,103 +1,103 @@
 <?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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<File name="../../engines/agi/wagparser.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1127" topLine="4" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/agos.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/agos.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/agos.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,136 +1,136 @@
 <?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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<File name="../../engines/agos/zones.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1127" topLine="0" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/cine.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/cine.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/cine.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,61 +1,61 @@
 <?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">
+	<ActiveTarget name="default" />
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<File name="../../engines/cine/various.h" open="0" top="0" tabpos="0">
 		<Cursor position="1180" topLine="0" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/gob.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/gob.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/gob.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,151 +1,151 @@
 <?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">
+	<ActiveTarget name="default" />
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<File name="../../engines/gob/video_v2.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="0" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/kyra.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/kyra.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/kyra.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,67 +1,67 @@
 <?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">
+	<ActiveTarget name="default" />
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<File name="../../engines/kyra/wsamovie.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="0" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/lure.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/lure.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/lure.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,61 +1,61 @@
 <?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">
+	<ActiveTarget name="default" />
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<File name="../../engines/lure/surface.h" open="0" top="0" tabpos="0">
 		<Cursor position="1182" topLine="0" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/parallaction.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/parallaction.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/parallaction.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,112 +1,112 @@
 <?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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<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">
+	<File name="../../engines/parallaction/walk.h" open="0" top="0" tabpos="1">
 		<Cursor position="1353" topLine="10" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/queen.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/queen.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/queen.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,64 +1,64 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <CodeBlocks_layout_file>
 	<ActiveTarget name="default" />
-	<File name="..\..\engines\queen\bankman.cpp" open="0" top="0" tabpos="1">
+	<File name="../../engines/queen/bankman.cpp" open="0" top="0" tabpos="1">
 		<Cursor position="1135" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\command.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/command.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\credits.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/credits.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\cutaway.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/cutaway.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\debug.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/debug.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1159" topLine="18" />
 	</File>
-	<File name="..\..\engines\queen\display.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/display.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1134" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\graphics.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/graphics.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1136" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\grid.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/grid.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1129" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\input.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/input.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="25" />
 	</File>
-	<File name="..\..\engines\queen\input.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/input.h" open="0" top="0" tabpos="0">
 		<Cursor position="1341" topLine="24" />
 	</File>
-	<File name="..\..\engines\queen\journal.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/journal.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\logic.cpp" open="0" top="0" tabpos="3">
+	<File name="../../engines/queen/logic.cpp" open="0" top="0" tabpos="3">
 		<Cursor position="1131" topLine="25" />
 	</File>
-	<File name="..\..\engines\queen\music.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/music.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\musicdata.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/musicdata.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1138" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\queen.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/queen.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="25" />
 	</File>
-	<File name="..\..\engines\queen\resource.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/resource.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1136" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\sound.cpp" open="0" top="0" tabpos="2">
+	<File name="../../engines/queen/sound.cpp" open="0" top="0" tabpos="2">
 		<Cursor position="1130" topLine="25" />
 	</File>
-	<File name="..\..\engines\queen\state.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/state.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\talk.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/talk.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1128" topLine="0" />
 	</File>
-	<File name="..\..\engines\queen\walk.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/queen/walk.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1129" topLine="0" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/saga.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/saga.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/saga.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <CodeBlocks_layout_file>
-	<ActiveTarget name="" />
-	<File name="..\..\engines\saga\gfx.h" open="0" top="0" tabpos="1">
+	<ActiveTarget name="default" />
+	<File name="../../engines/saga/gfx.h" open="0" top="0" tabpos="1">
 		<Cursor position="2577" topLine="87" />
 	</File>
-	<File name="..\..\engines\saga\music.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/saga/music.h" open="0" top="0" tabpos="0">
 		<Cursor position="0" topLine="90" />
 	</File>
-	<File name="..\..\engines\saga\palanim.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/saga/palanim.h" open="0" top="0" tabpos="0">
 		<Cursor position="0" topLine="10" />
 	</File>
-	<File name="..\..\engines\saga\rscfile.h" open="0" top="0" tabpos="2">
+	<File name="../../engines/saga/rscfile.h" open="0" top="0" tabpos="2">
 		<Cursor position="1398" topLine="19" />
 	</File>
-	<File name="..\..\engines\saga\saga.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/saga/saga.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="8405" topLine="288" />
 	</File>
-	<File name="..\..\engines\saga\saveload.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/saga/saveload.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1136" topLine="0" />
 	</File>
-	<File name="..\..\engines\saga\scene.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/saga/scene.h" open="0" top="0" tabpos="0">
 		<Cursor position="1262" topLine="72" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/scumm.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/scumm.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/scumm.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,298 +1,298 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <CodeBlocks_layout_file>
-	<ActiveTarget name="" />
-	<File name="..\..\engines\scumm\actor.cpp" open="0" top="0" tabpos="0">
+	<ActiveTarget name="default" />
+	<File name="../../engines/scumm/actor.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\akos.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/akos.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1129" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\base-costume.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/base-costume.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1145" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\bomp.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/bomp.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1127" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\boxes.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/boxes.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\camera.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/camera.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\charset.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/charset.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1129" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\costume.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/costume.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1134" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\cursor.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/cursor.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\debugger.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/debugger.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\detection.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/detection.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="4" />
 	</File>
-	<File name="..\..\engines\scumm\detection_tables.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/detection_tables.h" open="0" top="0" tabpos="0">
 		<Cursor position="1214" topLine="7" />
 	</File>
-	<File name="..\..\engines\scumm\dialogs.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/dialogs.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1135" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\gfx.cpp" open="0" top="0" tabpos="2">
+	<File name="../../engines/scumm/gfx.cpp" open="0" top="0" tabpos="2">
 		<Cursor position="1125" topLine="24" />
 	</File>
-	<File name="..\..\engines\scumm\he\animation_he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/animation_he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1148" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\cup_player_he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/cup_player_he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1150" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\floodfill_he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/floodfill_he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1148" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\logic_he.cpp" open="0" top="0" tabpos="5">
+	<File name="../../engines/scumm/he/logic_he.cpp" open="0" top="0" tabpos="5">
 		<Cursor position="1140" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\logic_he.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/logic_he.h" open="0" top="0" tabpos="0">
 		<Cursor position="1226" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\palette_he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/palette_he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1142" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\resource_he.cpp" open="0" top="0" tabpos="1">
+	<File name="../../engines/scumm/he/resource_he.cpp" open="0" top="0" tabpos="1">
 		<Cursor position="1146" topLine="25" />
 	</File>
-	<File name="..\..\engines\scumm\he\resource_he.h" open="0" top="0" tabpos="4">
+	<File name="../../engines/scumm/he/resource_he.h" open="0" top="0" tabpos="4">
 		<Cursor position="3416" topLine="78" />
 	</File>
-	<File name="..\..\engines\scumm\he\script_v100he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/script_v100he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1150" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\script_v60he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/script_v60he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1148" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\script_v70he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/script_v70he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1145" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\script_v72he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/script_v72he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1148" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\script_v80he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/script_v80he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1148" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\script_v90he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/script_v90he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1148" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\sound_he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/sound_he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1140" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\sprite_he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/sprite_he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1142" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\he\wiz_he.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/he/wiz_he.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1136" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\help.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/help.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1133" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse\imuse.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse/imuse.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1137" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse\imuse_part.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse/imuse_part.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1147" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse\imuse_player.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse/imuse_player.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1151" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse\instrument.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse/instrument.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1147" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse\instrument.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse/instrument.h" open="0" top="0" tabpos="0">
 		<Cursor position="1213" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse\sysex.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse/sysex.h" open="0" top="0" tabpos="0">
 		<Cursor position="1193" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse\sysex_samnmax.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse/sysex_samnmax.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1153" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse\sysex_scumm.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse/sysex_scumm.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1149" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1144" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse_bndmgr.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse_bndmgr.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1157" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse_codecs.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse_codecs.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1157" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse_music.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse_music.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1155" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse_script.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse_script.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1158" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse_sndmgr.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse_sndmgr.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1156" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse_sndmgr.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse_sndmgr.h" open="0" top="0" tabpos="0">
 		<Cursor position="1226" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse_tables.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse_tables.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1157" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\imuse_digi\dimuse_track.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/imuse_digi/dimuse_track.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1156" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\input.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/input.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\insane\insane.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/insane/insane.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1134" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\insane\insane_ben.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/insane/insane_ben.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1148" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\insane\insane_enemy.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/insane/insane_enemy.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1152" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\insane\insane_iact.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/insane/insane_iact.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1150" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\insane\insane_scenes.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/insane/insane_scenes.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1148" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\midiparser_eup.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/midiparser_eup.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1149" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\midiparser_ro.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/midiparser_ro.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1147" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\nut_renderer.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/nut_renderer.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1145" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\object.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/object.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1133" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\palette.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/palette.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1133" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\player_mod.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/player_mod.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1141" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\player_nes.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/player_nes.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1142" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\player_v1.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/player_v1.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\player_v2.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/player_v2.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1138" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\player_v2a.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/player_v2a.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1141" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\player_v3a.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/player_v3a.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1141" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\resource.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/resource.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1137" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\resource.h" open="0" top="0" tabpos="3">
+	<File name="../../engines/scumm/resource.h" open="0" top="0" tabpos="3">
 		<Cursor position="1173" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\resource_v2.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/resource_v2.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1143" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\resource_v3.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/resource_v3.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1143" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\resource_v4.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/resource_v4.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1143" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\room.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/room.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1129" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\saveload.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/saveload.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1137" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\script.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/script.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1133" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\script_v0.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/script_v0.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\script_v2.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/script_v2.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\script_v5.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/script_v5.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\script_v6.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/script_v6.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\script_v8.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/script_v8.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\scumm.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/scumm.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\channel.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/channel.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1141" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\chunk.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/chunk.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1137" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\codec1.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/codec1.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\codec37.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/codec37.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1141" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\codec47.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/codec47.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1140" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\imuse_channel.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/imuse_channel.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1153" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\saud_channel.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/saud_channel.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1151" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\smush_font.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/smush_font.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1147" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\smush_mixer.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/smush_mixer.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1149" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\smush_mixer.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/smush_mixer.h" open="0" top="0" tabpos="0">
 		<Cursor position="1205" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\smush\smush_player.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/smush/smush_player.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1151" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\sound.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/sound.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1128" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\string.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/string.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1133" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\thumbnail.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/thumbnail.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1140" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\usage_bits.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/usage_bits.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1145" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\util.h" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/util.h" open="0" top="0" tabpos="0">
 		<Cursor position="1175" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\vars.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/vars.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1129" topLine="0" />
 	</File>
-	<File name="..\..\engines\scumm\verbs.cpp" open="0" top="0" tabpos="0">
+	<File name="../../engines/scumm/verbs.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1131" topLine="0" />
 	</File>
 </CodeBlocks_layout_file>

Modified: scummvm/branches/gsoc2008-rtl/dists/codeblocks/scummvm.layout
===================================================================
--- scummvm/branches/gsoc2008-rtl/dists/codeblocks/scummvm.layout	2008-05-10 22:03:45 UTC (rev 31991)
+++ scummvm/branches/gsoc2008-rtl/dists/codeblocks/scummvm.layout	2008-05-10 23:44:46 UTC (rev 31992)
@@ -1,514 +1,514 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
 <CodeBlocks_layout_file>
 	<ActiveTarget name="default" />
-	<File name="..\..\backends\events\default\default-events.cpp" open="0" top="0" tabpos="27">
+	<File name="../../backends/events/default/default-events.cpp" open="0" top="0" tabpos="27">
 		<Cursor position="1203" topLine="16" />
 	</File>
-	<File name="..\..\backends\events\default\default-events.h" open="0" top="0" tabpos="1">
+	<File name="../../backends/events/default/default-events.h" open="0" top="0" tabpos="1">
 		<Cursor position="1271" topLine="17" />
 	</File>
-	<File name="..\..\backends\fs\abstract-fs-factory.h" open="0" top="0" tabpos="0">
+	<File name="../../backends/fs/abstract-fs-factory.h" open="0" top="0" tabpos="0">
 		<Cursor position="2898" topLine="47" />
 	</File>
-	<File name="..\..\backends\fs\abstract-fs.h" open="0" top="0" tabpos="0">
+	<File name="../../backends/fs/abstract-fs.h" open="0" top="0" tabpos="0">
 		<Cursor position="0" topLine="21" />
 	</File>
-	<File name="..\..\backends\midi\alsa.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/midi/alsa.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1230" topLine="9" />
 	</File>
-	<File name="..\..\backends\midi\coreaudio.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/midi/coreaudio.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1154" topLine="0" />
 	</File>
-	<File name="..\..\backends\midi\coremidi.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/midi/coremidi.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1152" topLine="0" />
 	</File>
-	<File name="..\..\backends\midi\morphos.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/midi/morphos.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1350" topLine="12" />
 	</File>
-	<File name="..\..\backends\midi\seq.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/midi/seq.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1405" topLine="0" />
 	</File>
-	<File name="..\..\backends\midi\windows.cpp" open="0" top="0" tabpos="4">
+	<File name="../../backends/midi/windows.cpp" open="0" top="0" tabpos="4">
 		<Cursor position="1226" topLine="18" />
 	</File>
-	<File name="..\..\backends\platform\null\null.cpp" open="1" top="0" tabpos="1">
+	<File name="../../backends/platform/null/null.cpp" open="0" top="0" tabpos="1">
 		<Cursor position="1136" topLine="9" />
 	</File>
-	<File name="..\..\backends\platform\sdl\events.cpp" open="0" top="0" tabpos="2">
+	<File name="../../backends/platform/sdl/events.cpp" open="0" top="0" tabpos="2">
 		<Cursor position="5816" topLine="195" />
 	</File>
-	<File name="..\..\backends\platform\sdl\graphics.cpp" open="0" top="0" tabpos="14">
+	<File name="../../backends/platform/sdl/graphics.cpp" open="0" top="0" tabpos="14">
 		<Cursor position="27910" topLine="1019" />
 	</File>
-	<File name="..\..\backends\platform\sdl\main.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/platform/sdl/main.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="3110" topLine="65" />
 	</File>
-	<File name="..\..\backends\platform\sdl\sdl-common.h" open="0" top="0" tabpos="3">
+	<File name="../../backends/platform/sdl/sdl-common.h" open="0" top="0" tabpos="3">
 		<Cursor position="11161" topLine="229" />
 	</File>
-	<File name="..\..\backends\platform\sdl\sdl.cpp" open="0" top="0" tabpos="7">
+	<File name="../../backends/platform/sdl/sdl.cpp" open="0" top="0" tabpos="7">
 		<Cursor position="7162" topLine="202" />
 	</File>
-	<File name="..\..\backends\saves\compressed\compressed-saves.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/saves/compressed/compressed-saves.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1163" topLine="14" />
 	</File>
-	<File name="..\..\backends\saves\default\default-saves.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/saves/default/default-saves.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1203" topLine="16" />
 	</File>
-	<File name="..\..\backends\saves\savefile.cpp" open="0" top="0" tabpos="0">
+	<File name="../../backends/saves/savefile.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1136" topLine="14" />
 	</File>
-	<File name="..\..\backends\timer\default\default-timer.cpp" open="0" top="0" tabpos="7">
+	<File name="../../backends/timer/default/default-timer.cpp" open="0" top="0" tabpos="7">
 		<Cursor position="1154" topLine="13" />
 	</File>
-	<File name="..\..\base\commandLine.cpp" open="0" top="0" tabpos="14">
+	<File name="../../base/commandLine.cpp" open="0" top="0" tabpos="14">
 		<Cursor position="1130" topLine="14" />
 	</File>
-	<File name="..\..\base\game.cpp" open="0" top="0" tabpos="0">
-		<Cursor position="0" topLine="41" />
+	<File name="../../base/game.cpp" open="0" top="0" tabpos="0">
+		<Cursor position="3217" topLine="78" />
 	</File>
-	<File name="..\..\base\main.cpp" open="0" top="0" tabpos="1">
-		<Cursor position="1506" topLine="22" />
+	<File name="../../base/main.cpp" open="1" top="1" tabpos="1">
+		<Cursor position="10273" topLine="306" />
 	</File>
-	<File name="..\..\base\main.h" open="0" top="0" tabpos="0">
+	<File name="../../base/main.h" open="0" top="0" tabpos="0">
 		<Cursor position="1074" topLine="0" />
 	</File>
-	<File name="..\..\base\plugins.cpp" open="0" top="0" tabpos="3">
+	<File name="../../base/plugins.cpp" open="0" top="0" tabpos="3">
 		<Cursor position="2915" topLine="80" />
 	</File>
-	<File name="..\..\base\plugins.h" open="0" top="0" tabpos="2">
+	<File name="../../base/plugins.h" open="0" top="0" tabpos="2">
 		<Cursor position="1575" topLine="59" />
 	</File>
-	<File name="..\..\base\version.cpp" open="0" top="0" tabpos="0">
+	<File name="../../base/version.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1124" topLine="14" />
 	</File>
-	<File name="..\..\common\advancedDetector.cpp" open="0" top="0" tabpos="16">
+	<File name="../../common/advancedDetector.cpp" open="0" top="0" tabpos="16">
 		<Cursor position="1142" topLine="14" />
 	</File>
-	<File name="..\..\common\advancedDetector.h" open="0" top="0" tabpos="18">
+	<File name="../../common/advancedDetector.h" open="0" top="0" tabpos="18">
 		<Cursor position="2709" topLine="66" />
 	</File>
-	<File name="..\..\common\array.h" open="0" top="0" tabpos="3">
+	<File name="../../common/array.h" open="0" top="0" tabpos="3">
 		<Cursor position="1170" topLine="6" />
 	</File>
-	<File name="..\..\common\config-file.cpp" open="0" top="0" tabpos="0">
+	<File name="../../common/config-file.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1132" topLine="14" />
 	</File>
-	<File name="..\..\common\config-manager.cpp" open="0" top="0" tabpos="4">
+	<File name="../../common/config-manager.cpp" open="0" top="0" tabpos="4">
 		<Cursor position="1268" topLine="20" />
 	</File>
-	<File name="..\..\common\config-manager.h" open="0" top="0" tabpos="0">
+	<File name="../../common/config-manager.h" open="0" top="0" tabpos="0">
 		<Cursor position="2954" topLine="70" />
 	</File>
-	<File name="..\..\common\endian.h" open="0" top="0" tabpos="0">
+	<File name="../../common/endian.h" open="0" top="0" tabpos="0">
 		<Cursor position="5451" topLine="152" />
 	</File>
-	<File name="..\..\common\file.cpp" open="0" top="0" tabpos="0">
+	<File name="../../common/file.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="15663" topLine="480" />
 	</File>
-	<File name="..\..\common\file.h" open="0" top="0" tabpos="13">
+	<File name="../../common/file.h" open="0" top="0" tabpos="13">
 		<Cursor position="1164" topLine="17" />
 	</File>
-	<File name="..\..\common\fs.cpp" open="0" top="0" tabpos="0">
+	<File name="../../common/fs.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="2325" topLine="66" />
 	</File>
-	<File name="..\..\common\func.h" open="0" top="0" tabpos="2">
+	<File name="../../common/func.h" open="0" top="0" tabpos="2">
 		<Cursor position="6966" topLine="226" />
 	</File>
-	<File name="..\..\common\hashmap.h" open="0" top="0" tabpos="0">
+	<File name="../../common/hashmap.h" open="0" top="0" tabpos="0">
 		<Cursor position="2567" topLine="45" />
 	</File>
-	<File name="..\..\common\list.h" open="0" top="0" tabpos="1">
+	<File name="../../common/list.h" open="0" top="0" tabpos="1">
 		<Cursor position="1773" topLine="20" />
 	</File>
-	<File name="..\..\common\md5.cpp" open="0" top="0" tabpos="20">
+	<File name="../../common/md5.cpp" open="0" top="0" tabpos="20">
 		<Cursor position="1020" topLine="346" />
 	</File>
-	<File name="..\..\common\md5.h" open="0" top="0" tabpos="2">
+	<File name="../../common/md5.h" open="0" top="0" tabpos="2">
 		<Cursor position="0" topLine="0" />
 	</File>
-	<File name="..\..\common\mutex.cpp" open="0" top="0" tabpos="18">
+	<File name="../../common/mutex.cpp" open="0" top="0" tabpos="18">
 		<Cursor position="1122" topLine="14" />
 	</File>
-	<File name="..\..\common\mutex.h" open="0" top="0" tabpos="1">
+	<File name="../../common/mutex.h" open="0" top="0" tabpos="1">
 		<Cursor position="1704" topLine="21" />
 	</File>
-	<File name="..\..\common\rect.h" open="0" top="0" tabpos="0">
+	<File name="../../common/rect.h" open="0" top="0" tabpos="0">
 		<Cursor position="3482" topLine="67" />
 	</File>
-	<File name="..\..\common\savefile.h" open="0" top="0" tabpos="4">
+	<File name="../../common/savefile.h" open="0" top="0" tabpos="4">
 		<Cursor position="1180" topLine="17" />
 	</File>
-	<File name="..\..\common\scummsys.h" open="0" top="0" tabpos="6">
+	<File name="../../common/scummsys.h" open="0" top="0" tabpos="6">
 		<Cursor position="0" topLine="0" />
 	</File>
-	<File name="..\..\common\singleton.h" open="0" top="0" tabpos="0">
+	<File name="../../common/singleton.h" open="0" top="0" tabpos="0">
 		<Cursor position="0" topLine="4" />
 	</File>
-	<File name="..\..\common\stack.h" open="0" top="0" tabpos="4">
+	<File name="../../common/stack.h" open="0" top="0" tabpos="4">
 		<Cursor position="2403" topLine="72" />
 	</File>
-	<File name="..\..\common\str.cpp" open="0" top="0" tabpos="0">
+	<File name="../../common/str.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1118" topLine="13" />
 	</File>
-	<File name="..\..\common\str.h" open="0" top="0" tabpos="2">
+	<File name="../../common/str.h" open="0" top="0" tabpos="2">
 		<Cursor position="5060" topLine="135" />
 	</File>
-	<File name="..\..\common\stream.cpp" open="0" top="0" tabpos="0">
+	<File name="../../common/stream.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1124" topLine="14" />
 	</File>
-	<File name="..\..\common\stream.h" open="0" top="0" tabpos="5">
+	<File name="../../common/stream.h" open="0" top="0" tabpos="5">
 		<Cursor position="1172" topLine="17" />
 	</File>
-	<File name="..\..\common\system.cpp" open="0" top="0" tabpos="6">
+	<File name="../../common/system.cpp" open="0" top="0" tabpos="6">
 		<Cursor position="1124" topLine="14" />
 	</File>
-	<File name="..\..\common\system.h" open="0" top="0" tabpos="4">
+	<File name="../../common/system.h" open="0" top="0" tabpos="4">
 		<Cursor position="18676" topLine="453" />
 	</File>
-	<File name="..\..\common\timer.h" open="0" top="0" tabpos="0">
+	<File name="../../common/timer.h" open="0" top="0" tabpos="0">
 		<Cursor position="0" topLine="8" />
 	</File>
-	<File name="..\..\common\unzip.cpp" open="0" top="0" tabpos="0">
+	<File name="../../common/unzip.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1243" topLine="19" />
 	</File>
-	<File name="..\..\common\unzip.h" open="0" top="0" tabpos="0">
+	<File name="../../common/unzip.h" open="0" top="0" tabpos="0">
 		<Cursor position="2913" topLine="56" />
 	</File>
-	<File name="..\..\common\util.cpp" open="0" top="0" tabpos="3">
+	<File name="../../common/util.cpp" open="0" top="0" tabpos="3">
 		<Cursor position="1119" topLine="13" />
 	</File>
-	<File name="..\..\common\util.h" open="0" top="0" tabpos="1">
+	<File name="../../common/util.h" open="0" top="0" tabpos="1">
 		<Cursor position="1184" topLine="16" />
 	</File>
-	<File name="..\..\engines\engine.cpp" open="0" top="0" tabpos="1">
+	<File name="../../engines/engine.cpp" open="0" top="0" tabpos="1">
 		<Cursor position="1274" topLine="20" />
 	</File>
-	<File name="..\..\graphics\dxa_player.cpp" open="0" top="0" tabpos="5">
+	<File name="../../graphics/dxa_player.cpp" open="0" top="0" tabpos="5">
 		<Cursor position="1131" topLine="14" />
 	</File>
-	<File name="..\..\graphics\font.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/font.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1122" topLine="13" />
 	</File>
-	<File name="..\..\graphics\font.h" open="0" top="0" tabpos="0">
+	<File name="../../graphics/font.h" open="0" top="0" tabpos="0">
 		<Cursor position="1677" topLine="25" />
 	</File>
-	<File name="..\..\graphics\fontman.h" open="0" top="0" tabpos="0">
+	<File name="../../graphics/fontman.h" open="0" top="0" tabpos="0">
 		<Cursor position="1182" topLine="16" />
 	</File>
-	<File name="..\..\graphics\fonts\consolefont.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/fonts/consolefont.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="55" topLine="0" />
 	</File>
-	<File name="..\..\graphics\fonts\newfont.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/fonts/newfont.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="55" topLine="0" />
 	</File>
-	<File name="..\..\graphics\fonts\newfont_big.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/fonts/newfont_big.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="55" topLine="0" />
 	</File>
-	<File name="..\..\graphics\fonts\scummfont.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/fonts/scummfont.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1137" topLine="13" />
 	</File>
-	<File name="..\..\graphics\iff.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/iff.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="3084" topLine="268" />
 	</File>
-	<File name="..\..\graphics\iff.h" open="0" top="0" tabpos="0">
+	<File name="../../graphics/iff.h" open="0" top="0" tabpos="0">
 		<Cursor position="1923" topLine="47" />
 	</File>
-	<File name="..\..\graphics\imagedec.cpp" open="0" top="0" tabpos="1">
+	<File name="../../graphics/imagedec.cpp" open="0" top="0" tabpos="1">
 		<Cursor position="3897" topLine="4" />
 	</File>
-	<File name="..\..\graphics\imagedec.h" open="0" top="0" tabpos="0">
+	<File name="../../graphics/imagedec.h" open="0" top="0" tabpos="0">
 		<Cursor position="1186" topLine="16" />
 	</File>
-	<File name="..\..\graphics\imageman.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/imageman.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1217" topLine="0" />
 	</File>
-	<File name="..\..\graphics\imageman.h" open="0" top="0" tabpos="0">
+	<File name="../../graphics/imageman.h" open="0" top="0" tabpos="0">
 		<Cursor position="1186" topLine="16" />
 	</File>
-	<File name="..\..\graphics\mpeg_player.cpp" open="1" top="0" tabpos="2">
+	<File name="../../graphics/mpeg_player.cpp" open="0" top="0" tabpos="2">
 		<Cursor position="1136" topLine="9" />
 	</File>
-	<File name="..\..\graphics\primitives.cpp" open="0" top="0" tabpos="4">
+	<File name="../../graphics/primitives.cpp" open="0" top="0" tabpos="4">
 		<Cursor position="1134" topLine="13" />
 	</File>
-	<File name="..\..\graphics\primitives.h" open="0" top="0" tabpos="1">
+	<File name="../../graphics/primitives.h" open="0" top="0" tabpos="1">
 		<Cursor position="1089" topLine="0" />
 	</File>
-	<File name="..\..\graphics\scaler.h" open="0" top="0" tabpos="0">
+	<File name="../../graphics/scaler.h" open="0" top="0" tabpos="0">
 		<Cursor position="1178" topLine="16" />
 	</File>
-	<File name="..\..\graphics\scaler\intern.h" open="0" top="0" tabpos="0">
+	<File name="../../graphics/scaler/intern.h" open="0" top="0" tabpos="0">
 		<Cursor position="1199" topLine="17" />
 	</File>
-	<File name="..\..\graphics\scaler\scale2x.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/scaler/scale2x.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1329" topLine="23" />
 	</File>
-	<File name="..\..\graphics\scaler\scale2x.h" open="0" top="0" tabpos="0">
+	<File name="../../graphics/scaler/scale2x.h" open="0" top="0" tabpos="0">
 		<Cursor position="0" topLine="16" />
 	</File>
-	<File name="..\..\graphics\scaler\scale3x.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/scaler/scale3x.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1329" topLine="23" />
 	</File>
-	<File name="..\..\graphics\scaler\scalebit.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/scaler/scalebit.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1340" topLine="24" />
 	</File>
-	<File name="..\..\graphics\scaler\thumbnail.cpp" open="0" top="0" tabpos="0">
+	<File name="../../graphics/scaler/thumbnail.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="14" />
 	</File>
-	<File name="..\..\graphics\surface.cpp" open="0" top="0" tabpos="2">
+	<File name="../../graphics/surface.cpp" open="0" top="0" tabpos="2">
 		<Cursor position="1128" topLine="13" />
 	</File>
-	<File name="..\..\graphics\surface.h" open="0" top="0" tabpos="7">
+	<File name="../../graphics/surface.h" open="0" top="0" tabpos="7">
 		<Cursor position="1491" topLine="20" />
 	</File>
-	<File name="..\..\gui\Actions.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/Actions.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1123" topLine="14" />
 	</File>
-	<File name="..\..\gui\Actions.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/Actions.h" open="0" top="0" tabpos="0">
 		<Cursor position="1167" topLine="17" />
 	</File>
-	<File name="..\..\gui\EditTextWidget.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/EditTextWidget.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1137" topLine="13" />
 	</File>
-	<File name="..\..\gui\Key.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/Key.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1115" topLine="14" />
 	</File>
-	<File name="..\..\gui\Key.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/Key.h" open="0" top="0" tabpos="0">
 		<Cursor position="1151" topLine="17" />
 	</File>
-	<File name="..\..\gui\KeysDialog.cpp" open="1" top="1" tabpos="3">
+	<File name="../../gui/KeysDialog.cpp" open="0" top="0" tabpos="3">
 		<Cursor position="1264" topLine="9" />
 	</File>
-	<File name="..\..\gui\KeysDialog.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/KeysDialog.h" open="0" top="0" tabpos="0">
 		<Cursor position="1421" topLine="6" />
 	</File>
-	<File name="..\..\gui\ListWidget.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/ListWidget.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1129" topLine="13" />
 	</File>
-	<File name="..\..\gui\ListWidget.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/ListWidget.h" open="0" top="0" tabpos="0">
 		<Cursor position="1693" topLine="25" />
 	</File>
-	<File name="..\..\gui\PopUpWidget.cpp" open="0" top="0" tabpos="16">
+	<File name="../../gui/PopUpWidget.cpp" open="0" top="0" tabpos="16">
 		<Cursor position="1131" topLine="13" />
 	</File>
-	<File name="..\..\gui\ScrollBarWidget.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/ScrollBarWidget.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1139" topLine="13" />
 	</File>
-	<File name="..\..\gui\TabWidget.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/TabWidget.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1127" topLine="13" />
 	</File>
-	<File name="..\..\gui\ThemeModern.cpp" open="0" top="0" tabpos="8">
+	<File name="../../gui/ThemeModern.cpp" open="0" top="0" tabpos="8">
 		<Cursor position="1928" topLine="22" />
 	</File>
-	<File name="..\..\gui\about.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/about.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1119" topLine="13" />
 	</File>
-	<File name="..\..\gui\browser.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/browser.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1123" topLine="13" />
 	</File>
-	<File name="..\..\gui\chooser.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/chooser.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1123" topLine="13" />
 	</File>
-	<File name="..\..\gui\console.cpp" open="0" top="0" tabpos="3">
+	<File name="../../gui/console.cpp" open="0" top="0" tabpos="3">
 		<Cursor position="1123" topLine="13" />
 	</File>
-	<File name="..\..\gui\debugger.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/debugger.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1123" topLine="14" />
 	</File>
-	<File name="..\..\gui\dialog.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/dialog.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1121" topLine="13" />
 	</File>
-	<File name="..\..\gui\dialog.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/dialog.h" open="0" top="0" tabpos="0">
 		<Cursor position="1177" topLine="12" />
 	</File>
-	<File name="..\..\gui\editable.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/editable.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1125" topLine="13" />
 	</File>
-	<File name="..\..\gui\eval.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/eval.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1117" topLine="14" />
 	</File>
-	<File name="..\..\gui\eval.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/eval.h" open="0" top="0" tabpos="0">
 		<Cursor position="1155" topLine="17" />
 	</File>
-	<File name="..\..\gui\launcher.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/launcher.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1123" topLine="13" />
 	</File>
-	<File name="..\..\gui\massadd.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/massadd.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1121" topLine="13" />
 	</File>
-	<File name="..\..\gui\message.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/message.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1123" topLine="13" />
 	</File>
-	<File name="..\..\gui\message.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/message.h" open="0" top="0" tabpos="0">
 		<Cursor position="1307" topLine="13" />
 	</File>
-	<File name="..\..\gui\newgui.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/newgui.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1121" topLine="13" />
 	</File>
-	<File name="..\..\gui\object.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/object.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1121" topLine="3" />
 	</File>
-	<File name="..\..\gui\object.h" open="0" top="0" tabpos="4">
+	<File name="../../gui/object.h" open="0" top="0" tabpos="4">
 		<Cursor position="2088" topLine="33" />
 	</File>
-	<File name="..\..\gui\options.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/options.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1125" topLine="13" />
 	</File>
-	<File name="..\..\gui\theme-config.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/theme-config.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="2171" topLine="30" />
 	</File>
-	<File name="..\..\gui\theme.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/theme.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1060" topLine="18" />
 	</File>
-	<File name="..\..\gui\theme.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/theme.h" open="0" top="0" tabpos="0">
 		<Cursor position="1153" topLine="16" />
 	</File>
-	<File name="..\..\gui\themebrowser.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/themebrowser.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="988" topLine="13" />
 	</File>
-	<File name="..\..\gui\widget.cpp" open="0" top="0" tabpos="0">
+	<File name="../../gui/widget.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1121" topLine="13" />
 	</File>
-	<File name="..\..\gui\widget.h" open="0" top="0" tabpos="0">
+	<File name="../../gui/widget.h" open="0" top="0" tabpos="0">
 		<Cursor position="7947" topLine="222" />
 	</File>
-	<File name="..\..\sound\adpcm.cpp" open="0" top="0" tabpos="0">
+	<File name="../../sound/adpcm.cpp" open="0" top="0" tabpos="0">
 		<Cursor position="1119" topLine="14" />
 	</File>
-	<File name="..\..\sound\adpcm.h" open="0" top="0" tabpos="0">
+	<File name="../../sound/adpcm.h" open="0" top="0" tabpos="0">
 		<Cursor position="1165" topLine="5" />
 	</File>
-	<File name="..\..\sound\aiff.cpp" open="0" top="0" tabpos="0">

@@ 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