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

chrilith at users.sourceforge.net chrilith at users.sourceforge.net
Fri May 23 13:11:55 CEST 2008


Revision: 32222
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32222&view=rev
Author:   chrilith
Date:     2008-05-23 04:11:55 -0700 (Fri, 23 May 2008)

Log Message:
-----------
Added prefix files for M4 and Made engine

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

Added: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_m4.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_m4.h	                        (rev 0)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_m4.h	2008-05-23 11:11:55 UTC (rev 32222)
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#define ENABLE_M4 STATIC_PLUGIN
+
+#endif


Property changes on: scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_m4.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_made.h
===================================================================
--- scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_made.h	                        (rev 0)
+++ scummvm/trunk/backends/platform/PalmOS/Src/prefixes/native_made.h	2008-05-23 11:11:55 UTC (rev 32222)
@@ -0,0 +1,7 @@
+#ifndef PREFIX_H
+#define PREFIX_H
+
+#include "native_common.h"
+#define ENABLE_MADE STATIC_PLUGIN
+
+#endif


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