mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
Add stdc++ library for GCC 3.1 compile
svn-id: r4410
This commit is contained in:
parent
5d53a81662
commit
90cb2ea7c1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user