[Scummvm-cvs-logs] SF.net SVN: scummvm:[52917] scummvm/trunk/configure

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Sun Sep 26 22:23:58 CEST 2010


Revision: 52917
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52917&view=rev
Author:   djwillis
Date:     2010-09-26 20:23:58 +0000 (Sun, 26 Sep 2010)

Log Message:
-----------
CONFIGURE: Clean up overuse of _exeext for GP2X/Wiz and Caanoo.

Modified Paths:
--------------
    scummvm/trunk/configure

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-09-26 20:21:12 UTC (rev 52916)
+++ scummvm/trunk/configure	2010-09-26 20:23:58 UTC (rev 52917)
@@ -360,19 +360,13 @@
 	case $1 in
 	arm-riscos)
 		_exeext=",ff8"
-		;;
-	caanoo-linux)
-		_exeext=".caanoo"
-		;;		
+		;;	
 	dreamcast | ds | gamecube | n64 | ps2 | psp | wii)
 		_exeext=".elf"
 		;;
-	gp2x-linux)
-		_exeext=".gp2x"
+	gph-linux)
+		_exeext=".gph"
 		;;
-	gp2xwiz-linux)
-		_exeext=".wiz"
-		;;
 	mingw* | *os2-emx | wince)
 		_exeext=".exe"
 		;;


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