From cc55265ecdc8d631dfc62e82a21fcea0359d774a Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 17 Jun 2003 06:18:56 +0000 Subject: Use OpenGL backend by default for mingw builds svn-id: r8522 --- Makefile.mingw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.mingw') 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 ####################################################################### -- cgit v1.2.3