mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
Add extra libs required to compile
svn-id: r3745
This commit is contained in:
parent
2739493378
commit
d6f2760dff
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user