Add extra libs required to compile

svn-id: r3745
This commit is contained in:
Travis Howell 2002-03-14 09:18:17 +00:00
parent 2739493378
commit d6f2760dff

View File

@ -12,7 +12,7 @@ DEFINES = -DUSE_ADLIB -DCOMPRESSED_SOUND_FILE
LDFLAGS :=
INCLUDES:= $(SDL_CFLAGS) -I./ -I./sound
CPPFLAGS= $(DEFINES) $(INCLUDES)
LIBS = -lmingw32 $(SDL_LIBS) -lmad -mwindows -mconsole
LIBS = -lmingw32 -lwinmm -lwsock32 $(SDL_LIBS) -lmad -mwindows -mconsole
EXEC=scummvm.exe