[Scummvm-cvs-logs] SF.net SVN: scummvm: [24607] scummvm/trunk/backends/platform/PalmOS

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sat Nov 4 18:45:42 CET 2006


Revision: 24607
          http://svn.sourceforge.net/scummvm/?rev=24607&view=rev
Author:   chrilith
Date:     2006-11-04 09:45:14 -0800 (Sat, 04 Nov 2006)

Log Message:
-----------
Added Touche engine support

Modified Paths:
--------------
    scummvm/trunk/backends/platform/PalmOS/Src/launcher/games.h
    scummvm/trunk/backends/platform/PalmOS/Src/prefixes/compile.h
    scummvm/trunk/backends/platform/PalmOS/scummvm.mcp

Added Paths:
-----------
    scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_touche.h

Modified: scummvm/trunk/backends/platform/PalmOS/Src/launcher/games.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/launcher/games.h	2006-11-04 17:44:11 UTC (rev 24606)
+++ scummvm/trunk/backends/platform/PalmOS/Src/launcher/games.h	2006-11-04 17:45:14 UTC (rev 24607)
@@ -166,6 +166,7 @@
 	ENGINE_SAGA,
 	ENGINE_SCUMM,
 	ENGINE_AGI,
+	ENGINE_TOUCHE,
 	ENGINE_COUNT
 };
 
@@ -185,6 +186,7 @@
 	{ "saga",	"SAGA Engine" },
 	{ "scumm",	"Scumm Games" },
 	{ "agi",	"Sierra AGI" },
+	{ "touche",	"Touche: The Adventures of the Fifth Musketeer" },
 };
 
 

Modified: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/compile.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/compile.h	2006-11-04 17:44:11 UTC (rev 24606)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/compile.h	2006-11-04 17:45:14 UTC (rev 24607)
@@ -41,6 +41,7 @@
 #define DISABLE_LURE
 #define DISABLE_CINE
 #define DISABLE_AGI
+#define DISABLE_TOUCHE
 
 // ScummVM
 #define DISABLE_HQ_SCALERS
@@ -53,8 +54,8 @@
 //#define _DEBUG
 
 #define PALMOS_MODE
-//#define COMPILE_ZODIAC
-#define COMPILE_OS5
+#define COMPILE_ZODIAC
+//#define COMPILE_OS5
 
 //#define DISABLE_ADLIB
 //#define DISABLE_LIGHTSPEED

Added: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_touche.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_touche.h	                        (rev 0)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_touche.h	2006-11-04 17:45:14 UTC (rev 24607)
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_TOUCHE
+
+#endif


Property changes on: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_touche.h
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Rev Author URL Id
Name: svn:eol-style
   + native

Modified: scummvm/trunk/backends/platform/PalmOS/scummvm.mcp
===================================================================
(Binary files differ)


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