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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sun Nov 28 18:41:34 CET 2010


Revision: 54535
          http://scummvm.svn.sourceforge.net/scummvm/?rev=54535&view=rev
Author:   fingolfin
Date:     2010-11-28 17:41:33 +0000 (Sun, 28 Nov 2010)

Log Message:
-----------
BUILD: Compilation fixes for Win32 and Amiga

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

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-11-28 17:26:27 UTC (rev 54534)
+++ scummvm/trunk/configure	2010-11-28 17:41:33 UTC (rev 54535)
@@ -1464,6 +1464,7 @@
 		# We have to use 'long' for our 4 byte typedef because AmigaOS already typedefs (u)int32
 		# as (unsigned) long, and consequently we'd get a compiler error otherwise.
 		type_4_byte='long'
+		add_line_to_config_mk 'AMIGAOS = 1'
 		;;
 	android)
 		CXXFLAGS="$CXXFLAGS -Os -msoft-float -mtune=xscale -march=armv5te -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5TE__"
@@ -1556,6 +1557,7 @@
 		DEFINES="$DEFINES -DWIN32 -D__USE_MINGW_ANSI_STDIO=0"
 		LIBS="$LIBS -lmingw32 -lwinmm"
 		OBJS="$OBJS scummvmico.o"
+		add_line_to_config_mk 'WIN32 = 1'
 		;;
 	mint*)
 		DEFINES="$DEFINES -DSYSTEM_NOT_SUPPORTING_D_TYPE"


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