[Scummvm-cvs-logs] CVS: scummvm/base main.cpp,1.70,1.71

Eugene Sandulenko sev at users.sourceforge.net
Wed Mar 9 14:22:27 CET 2005


Update of /cvsroot/scummvm/scummvm/base
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28682/base

Modified Files:
	main.cpp 
Log Message:
WIP of GP32 port. Now it is more correct port and compiles with current
CVS. Though it has some issues unresolved, one of them is that it crashes
right after splash screen without showing anything. Work in progress :)


Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/base/main.cpp,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- main.cpp	26 Jan 2005 11:01:41 -0000	1.70
+++ main.cpp	9 Mar 2005 22:21:57 -0000	1.71
@@ -135,7 +135,7 @@
 
 #if defined(MACOSX) || defined(QTOPIA)
 #include <SDL.h>
-#elif !defined(__MORPHOS__) && !defined(__DC__)
+#elif !defined(__MORPHOS__) && !defined(__DC__) && !defined(__GP32__)
 #undef main
 #endif
 





More information about the Scummvm-git-logs mailing list