aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorTravis Howell2002-03-14 09:18:17 +0000
committerTravis Howell2002-03-14 09:18:17 +0000
commitd6f2760dffa51c57d8c75aaa6e5a2a72a0762698 (patch)
treeb5e98d8e88747ae11469bdd12e0242909b6e7995 /Makefile.mingw
parent2739493378eeb28f2ea574171da4f5f4e2e9fb64 (diff)
downloadscummvm-rg350-d6f2760dffa51c57d8c75aaa6e5a2a72a0762698.tar.gz
scummvm-rg350-d6f2760dffa51c57d8c75aaa6e5a2a72a0762698.tar.bz2
scummvm-rg350-d6f2760dffa51c57d8c75aaa6e5a2a72a0762698.zip
Add extra libs required to compile
svn-id: r3745
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 613bc8ff32..f24aef6633 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -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