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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Sat Jun 3 13:11:01 CEST 2006


Revision: 22863
Author:   chrilith
Date:     2006-06-03 04:10:46 -0700 (Sat, 03 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22863&view=rev

Log Message:
-----------
Missing propset

Added Paths:
-----------
    scummvm/trunk/backends/PalmOS/Src/prefixes/68k_agi.h
    scummvm/trunk/backends/PalmOS/Src/prefixes/native_agi.h
Added: scummvm/trunk/backends/PalmOS/Src/prefixes/68k_agi.h
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/prefixes/68k_agi.h	                        (rev 0)
+++ scummvm/trunk/backends/PalmOS/Src/prefixes/68k_agi.h	2006-06-03 11:10:46 UTC (rev 22863)
@@ -0,0 +1,9 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "compile.h"
+#undef DISABLE_AGI
+
+#define PALMOS_68K
+
+#endif


Property changes on: scummvm/trunk/backends/PalmOS/Src/prefixes/68k_agi.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/PalmOS/Src/prefixes/native_agi.h
===================================================================
--- scummvm/trunk/backends/PalmOS/Src/prefixes/native_agi.h	                        (rev 0)
+++ scummvm/trunk/backends/PalmOS/Src/prefixes/native_agi.h	2006-06-03 11:10:46 UTC (rev 22863)
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#undef DISABLE_AGI
+
+#endif


Property changes on: scummvm/trunk/backends/PalmOS/Src/prefixes/native_agi.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