From 90cb2ea7c16a9ae246714703a4d2edc23962d955 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 6 Jun 2002 09:15:27 +0000 Subject: [PATCH] Add stdc++ library for GCC 3.1 compile svn-id: r4410 --- Makefile.mingw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.mingw b/Makefile.mingw index b596074fef1..ab22ff02839 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -14,7 +14,8 @@ DEFINES = -DCOMPRESSED_SOUND_FILE 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