[Scummvm-cvs-logs] SF.net SVN: scummvm:[50133] scummvm/branches/gsoc2010-plugins/backends/ platform/gp2xwiz

toneman1138 at users.sourceforge.net toneman1138 at users.sourceforge.net
Tue Jun 22 00:49:18 CEST 2010


Revision: 50133
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50133&view=rev
Author:   toneman1138
Date:     2010-06-21 22:49:17 +0000 (Mon, 21 Jun 2010)

Log Message:
-----------
added loader to module.mk, added plugin.syms, and changed the '__GP2XWIZ__' flag to 'GP2XWIZ' in the wiz loader

Modified Paths:
--------------
    scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/gp2xwiz-loader.cpp
    scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/module.mk

Added Paths:
-----------
    scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/plugin.syms

Modified: scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/gp2xwiz-loader.cpp
===================================================================
--- scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/gp2xwiz-loader.cpp	2010-06-21 22:33:30 UTC (rev 50132)
+++ scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/gp2xwiz-loader.cpp	2010-06-21 22:49:17 UTC (rev 50133)
@@ -23,7 +23,7 @@
  *
  */
 
-#if defined(DYNAMIC_MODULES) && defined(__GP2X__)
+#if defined(DYNAMIC_MODULES) && defined(GP2X)
 
 #include <string.h>
 #include <stdarg.h>
@@ -252,4 +252,4 @@
     ((DLObject *)handle)->discard_symtab();
 }
 
-#endif /* DYNAMIC_MODULES && __GP2X__WIZ__ */
+#endif /* DYNAMIC_MODULES && GP2X__WIZ */

Modified: scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/module.mk
===================================================================
--- scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/module.mk	2010-06-21 22:33:30 UTC (rev 50132)
+++ scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/module.mk	2010-06-21 22:49:17 UTC (rev 50133)
@@ -4,7 +4,8 @@
 	gp2xwiz-events.o \
 	gp2xwiz-graphics.o \
 	gp2xwiz-hw.o \
-	gp2xwiz-main.o
+	gp2xwiz-main.o \
+	gp2xwiz-loader.o
 
 MODULE_DIRS += \
 	backends/platform/gp2xwiz/ 

Added: scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/plugin.syms
===================================================================
--- scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/plugin.syms	                        (rev 0)
+++ scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/plugin.syms	2010-06-21 22:49:17 UTC (rev 50133)
@@ -0,0 +1,8 @@
+PLUGIN_getVersion
+PLUGIN_getType
+PLUGIN_getTypeVersion
+PLUGIN_getObject
+___plugin_ctors
+___plugin_ctors_end
+___plugin_dtors
+___plugin_dtors_end


Property changes on: scummvm/branches/gsoc2010-plugins/backends/platform/gp2xwiz/plugin.syms
___________________________________________________________________
Added: svn:mime-type
   + text/plain
Added: 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