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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Tue May 1 11:48:39 CEST 2007


Revision: 26694
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26694&view=rev
Author:   chrilith
Date:     2007-05-01 02:48:38 -0700 (Tue, 01 May 2007)

Log Message:
-----------
Added support for Parallaction and Cruise engines

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

Added: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_cruise.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_cruise.h	                        (rev 0)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_cruise.h	2007-05-01 09:48:38 UTC (rev 26694)
@@ -0,0 +1,11 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_CRUISE
+
+#undef USE_MAD
+#undef USE_VORBIS
+#undef USE_TREMOR
+
+#endif


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

Added: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_parallaction.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_parallaction.h	                        (rev 0)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_parallaction.h	2007-05-01 09:48:38 UTC (rev 26694)
@@ -0,0 +1,11 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_PARALLACTION
+
+#undef USE_MAD
+#undef USE_VORBIS
+#undef USE_TREMOR
+
+#endif


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


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