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

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Thu Feb 7 16:23:27 CET 2008


Revision: 30816
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30816&view=rev
Author:   jvprat
Date:     2008-02-07 07:23:27 -0800 (Thu, 07 Feb 2008)

Log Message:
-----------
Enhanced tools detection when crosscompiling with mingw32 and removed dupplicate options

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2008-02-07 15:15:10 UTC (rev 30815)
+++ scummvm/trunk/configure	2008-02-07 15:23:27 UTC (rev 30816)
@@ -1078,20 +1078,17 @@
 			_ranlib=m68k-atari-mint-ranlib
 			_ar="m68k-atari-mint-ar cru"
 			;;
-		i586-mingw32msvc)
+		*mingw32*)
 			echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"
-			DEFINES="$DEFINES -DWIN32"
 			_endian=little
 			_have_x86=yes
 			type_1_byte='char'
 			type_2_byte='short'
 			type_4_byte='int'
-			_sdlconfig=i586-mingw32msvc-sdl-config
-			_windres=i586-mingw32msvc-windres
-			_ar="i586-mingw32msvc-ar cru"
-			_ranlib=i586-mingw32msvc-ranlib
-			LIBS="$LIBS -lmingw32 -lwinmm"
-			OBJS="$OBJS scummvmico.o"
+			_sdlconfig=$_host-sdl-config
+			_windres=$_host-windres
+			_ar="$_host-ar cru"
+			_ranlib=$_host-ranlib
 			;;
 		iphone)
 			echo "Cross-compiling to $_host, forcing endianness, alignment and type sizes"


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