[Scummvm-cvs-logs] scummvm-tools master -> 2a5dbfbe983ffee654043874f1480fb0db91297a

Kirben kirben at optusnet.com.au
Fri Jul 1 07:15:42 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
2a5dbfbe98 BUILD: Use static build when compiling with later GCC versions under mingw, to avoid additional DLL requirements.


Commit: 2a5dbfbe983ffee654043874f1480fb0db91297a
    https://github.com/scummvm/scummvm-tools/commit/2a5dbfbe983ffee654043874f1480fb0db91297a
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2011-06-30T22:13:50-07:00

Commit Message:
BUILD: Use static build when compiling with later GCC versions under mingw, to avoid additional DLL requirements.

Changed paths:
    configure



diff --git a/configure b/configure
index d54f0ae..18aac34 100755
--- a/configure
+++ b/configure
@@ -853,6 +853,7 @@ case $_host_os in
 	mingw*)
 		DEFINES="$DEFINES -DWIN32"
 		DEFINES="$DEFINES -D__USE_MINGW_ANSI_STDIO=0"
+		LDFLAGS="$LDFLAGS -static-libgcc -static-libstdc++"
 		LIBS="$LIBS -lmingw32 -lwinmm"
 		OBJS="$OBJS scummvmwinres.o"
 		add_line_to_config_mk 'WIN32 = 1'






More information about the Scummvm-git-logs mailing list