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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Mar 30 11:10:28 CEST 2009


Revision: 39757
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39757&view=rev
Author:   Kirben
Date:     2009-03-30 09:10:28 +0000 (Mon, 30 Mar 2009)

Log Message:
-----------
Drop Cygwin support, the -mno-cygwin option is been removed from GCC in the future.

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-03-30 09:02:03 UTC (rev 39756)
+++ scummvm/trunk/configure	2009-03-30 09:10:28 UTC (rev 39757)
@@ -265,7 +265,7 @@
 #
 get_system_exe_extension() {
 	case $1 in
-	mingw* | cygwin* | os2-emx*)
+	mingw* | os2-emx*)
 		_exeext=".exe"
 		;;
 	arm-riscos)
@@ -1102,11 +1102,6 @@
 		LIBS="$LIBS -lmingw32 -lwinmm"
 		OBJS="$OBJS scummvmico.o"
 		;;
-	cygwin*)
-		DEFINES="$DEFINES -mno-cygwin -DWIN32 -D__USE_MINGW_ANSI_STDIO=0"
-		LIBS="$LIBS -mno-cygwin -lmingw32 -lwinmm"
-		OBJS="$OBJS scummvmico.o"
-		;;
 	os2-emx*)
 		DEFINES="$DEFINES -DUNIX"
 		;;
@@ -1459,7 +1454,7 @@
 LIBS            += -ldl
 '
 		;;
-	*mingw32* | cygwin*)
+	*mingw32*)
 _def_plugin='
 #define PLUGIN_PREFIX	""
 #define PLUGIN_SUFFIX	".dll"
@@ -1733,7 +1728,7 @@
 if test "$_fluidsynth" = yes ; then
 	_def_fluidsynth='#define USE_FLUIDSYNTH'
 	case $_host_os in
-		mingw* | cygwin*)
+		mingw*)
 			LIBS="$LIBS $FLUIDSYNTH_LIBS -lfluidsynth -ldsound -lwinmm"
 		;;
 		*)
@@ -1775,7 +1770,7 @@
 				os2-emx*)
 					NASMFLAGS="-f aout"
 				;;
-				mingw* | cygwin*)
+				mingw*)
 					NASMFLAGS="-f win32"
 				;;
 				darwin*)
@@ -1901,7 +1896,7 @@
 	case $_host_os in
 	# newlib-based system include files suppress non-C89 function 
 	# declarations under __STRICT_ANSI__
-	mingw* | cygwin* | dreamcast | wii | gamecube | psp | amigaos*)
+	mingw* | dreamcast | wii | gamecube | psp | amigaos*)
 		CXXFLAGS="$CXXFLAGS -W -Wno-unused-parameter"
 		;;
 	*)


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