[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.21,1.22

Travis Howell kirben at users.sourceforge.net
Thu Jun 6 02:16:02 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv8901

Modified Files:
	Makefile.mingw 
Log Message:

Add stdc++ library for GCC 3.1 compile


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- Makefile.mingw	30 Apr 2002 15:08:59 -0000	1.21
+++ Makefile.mingw	6 Jun 2002 09:15:27 -0000	1.22
@@ -14,7 +14,8 @@
 LDFLAGS :=-mwindows -mconsole
 INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
 CPPFLAGS= $(DEFINES) $(INCLUDES)
-LIBS	= -lmingw32 -lwinmm -lmad $(SDL_LIBS)
+#If compiling with GCC 2.95.x remove the -lstdc++
+LIBS	= -lmingw32 -lwinmm -lmad -lstdc++ $(SDL_LIBS)
 EXEEXT	:=.exe
 
 OBJS	= sdl.o scummvmico.o





More information about the Scummvm-git-logs mailing list