aboutsummaryrefslogtreecommitdiff
path: root/Makefile.mingw
diff options
context:
space:
mode:
authorTravis Howell2003-06-17 06:18:56 +0000
committerTravis Howell2003-06-17 06:18:56 +0000
commitcc55265ecdc8d631dfc62e82a21fcea0359d774a (patch)
tree62ec0d64330d4338b246218e40973af7917e3359 /Makefile.mingw
parent94e88917da39257849fdc66f385c51d4723eaa2d (diff)
downloadscummvm-rg350-cc55265ecdc8d631dfc62e82a21fcea0359d774a.tar.gz
scummvm-rg350-cc55265ecdc8d631dfc62e82a21fcea0359d774a.tar.bz2
scummvm-rg350-cc55265ecdc8d631dfc62e82a21fcea0359d774a.zip
Use OpenGL backend by default for mingw builds
svn-id: r8522
Diffstat (limited to 'Makefile.mingw')
-rw-r--r--Makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index fb488c16db..ebe3a677e1 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -27,8 +27,8 @@ CXXFLAGS:= -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-m
DEFINES :=
LDFLAGS :=
INCLUDES:= -I. -Icommon -Iscumm $(SDL_CFLAGS)
-LIBS := $(SDL_LIBS) -lmingw32 -lwinmm
-OBJS := scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl.o
+LIBS := $(SDL_LIBS) -lmingw32 -lwinmm -lopengl32
+OBJS := scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl_gl.o
EXEEXT :=.exe
#######################################################################